﻿@charset "utf-8";

/* GRID RESET */
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+KR:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Do+Hyeon:400');
@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&family=Gothic+A1:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Andika:wght@400;700&family=Archivo:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
	font-family: 'InfinitySans';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/InfinitySans-RegularA1.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'InfinitySans';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/InfinitySans-CondBoldA1.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'InfinitySans';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/InfinitySans-BoldA1.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}


/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-ms-transform: translateY(40px);
		-o-transform: translateY(40px);
		transform: translateY(40px);
	}
	30%, 70% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		-moz-transform: translateY(-40px);
		-ms-transform: translateY(-40px);
		-o-transform: translateY(-40px);
		transform: translateY(-40px);
	}
}

@-moz-keyframes passing-through {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-ms-transform: translateY(40px);
		-o-transform: translateY(40px);
		transform: translateY(40px);
	}
	30%, 70% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		-moz-transform: translateY(-40px);
		-ms-transform: translateY(-40px);
		-o-transform: translateY(-40px);
		transform: translateY(-40px);
	}
}

@keyframes passing-through {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-ms-transform: translateY(40px);
		-o-transform: translateY(40px);
		transform: translateY(40px);
	}
	30%, 70% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		-moz-transform: translateY(-40px);
		-ms-transform: translateY(-40px);
		-o-transform: translateY(-40px);
		transform: translateY(-40px);
	}
}

@-webkit-keyframes slide-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-ms-transform: translateY(40px);
		-o-transform: translateY(40px);
		transform: translateY(40px);
	}
	30% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@-moz-keyframes slide-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-ms-transform: translateY(40px);
		-o-transform: translateY(40px);
		transform: translateY(40px);
	}
	30% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@keyframes slide-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-ms-transform: translateY(40px);
		-o-transform: translateY(40px);
		transform: translateY(40px);
	}
	30% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	10% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
	20% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	10% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
	20% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	10% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
	20% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

.dropzone {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0px;
}

.dropzone.dz-clickable {
	cursor: pointer;
}

.dropzone.dz-clickable * {
	cursor: default;
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
	cursor: pointer;
}

.dropzone .dz-message {
	display: flex;
	flex-direction: column;
	flex: 1 1 calc(20% - 10px);
	max-width: calc(20% - 10px);
	margin: 5px;
	min-height: 150px;
	border: 1px solid #e3e3e3;
	background-color: #fafafa;
	position: relative;
	font-size: 0;
	order: 2;
}

.dropzone .dz-message.half {
	flex: 1 1 calc(50% - 10px);
	max-width: calc(50% - 10px);
}

.dropzone .dz-message span {
	display: block;
	width: 50px;
	height: 50px;
	border: 2px solid #e3e3e3;
	border-radius: 50px;
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	z-index: 1;
	font-size: 0;
}

.dropzone .dz-message span:before {
	content: "";
	width: 30px;
	height: 2px;
	background-color: #e3e3e3;
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 15px);
}

.dropzone .dz-message span:after {
	content: "";
	width: 2px;
	height: 30px;
	background-color: #e3e3e3;
	position: absolute;
	top: calc(50% - 15px);
	left: calc(50% - 1px);
}

.dropzone.dz-started .dz-message {
}

.dropzone.dz-drag-hover {
	border: 1px solid #e3e3e3;
}

.dropzone.dz-drag-hover .dz-message {
	opacity: 0.5;
}

.dropzone .dz-preview {
	display: flex;
	flex-direction: column;
	flex: 1 1 calc(20% - 10px);
	max-width: calc(20% - 10px);
	position: relative;
	margin: 5px;
	min-height: 100px;
	border: 1px solid #e3e3e3;
	background-color: #fafafa;
	order: 1;
}

.dropzone .dz-preview.half {
	flex: 1 1 calc(50% - 10px);
	max-width: calc(50% - 10px);
}

.dropzone .dz-preview:hover {
	z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
	opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
	border-radius: 20px;
	background: #999;
	background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
	opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
	background-color: #FFFFFF;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
	transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
	width: 20px;
	height: 20px;
	background-color: rgba(0, 0, 0, 0.85);
	z-index: 30;
}

.dropzone .dz-preview .dz-remove:before {
	content: "";
	width: 18px;
	height: 2px;
	background-color: #FFFFFF;
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 9px);
	transform: rotate(45deg);
}

.dropzone .dz-preview .dz-remove:after {
	content: "";
	width: 18px;
	height: 2px;
	background-color: #FFFFFF;
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 9px);
	transform: rotate(-45deg);
}

.dropzone .dz-preview:hover .dz-remove {
	display: block;
}

.dropzone .dz-preview:hover .dz-details {
	opacity: 1;
}

.dropzone .dz-preview .dz-details {
	z-index: 20;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	font-size: 12px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	text-align: center;
	color: rgba(0, 0, 0, 0.9);
	line-height: 1.2;
	padding: 5px;
}

.dropzone .dz-preview .dz-details .dz-size {
	margin-bottom: 5px;
	font-size: 16px;
	width: 100%;
}

.dropzone .dz-preview .dz-details .dz-size strong {
	display: inline-block;
}

.dropzone .dz-preview .dz-details .dz-filename {
	white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
	border: 1px solid rgba(200, 200, 200, 0.8);
	background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
	overflow: hidden;
	text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
	border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.4);
	padding: 3px 5px;
	border-radius: 3px;
	font-size: 12px;
}

.dropzone .dz-preview .dz-details .dz-size span strong {
	font-size: 12px;
}

.dropzone .dz-preview:hover .dz-image img {
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
	-webkit-filter: blur(8px);
	filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
	overflow: hidden;
	width: 100%;
	height: 130px;
	position: relative;
	display: block;
	z-index: 10;
	text-align: center;
}

.dropzone .dz-preview .dz-image img {
	max-width: 100%;
	width: 100%;
	display: inline-block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
	animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
	opacity: 1;
	animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
	pointer-events: none;
	opacity: 0;
	z-index: 500;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin-left: -27px;
	margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
	display: block;
	width: 54px;
	height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
	opacity: 1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in;
	-moz-transition: opacity 0.4s ease-in;
	-ms-transition: opacity 0.4s ease-in;
	-o-transition: opacity 0.4s ease-in;
	transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
	-webkit-animation: pulse 6s ease infinite;
	-moz-animation: pulse 6s ease infinite;
	-ms-animation: pulse 6s ease infinite;
	-o-animation: pulse 6s ease infinite;
	animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
	opacity: 1;
	z-index: 1000;
	pointer-events: none;
	position: absolute;
	height: 16px;
	left: 50%;
	top: 50%;
	margin-top: -8px;
	width: 80px;
	margin-left: -40px;
	background: rgba(255, 255, 255, 0.9);
	-webkit-transform: scale(1);
	border-radius: 8px;
	overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
	background: #333;
	background: linear-gradient(to bottom, #666, #444);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	-webkit-transition: width 300ms ease-in-out;
	-moz-transition: width 300ms ease-in-out;
	-ms-transition: width 300ms ease-in-out;
	-o-transition: width 300ms ease-in-out;
	transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
	display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
	opacity: 1;
	pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
	pointer-events: none;
	z-index: 1000;
	position: absolute;
	display: block;
	display: none;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	border-radius: 8px;
	font-size: 13px;
	top: 130px;
	left: -10px;
	width: 140px;
	background: #be2626;
	background: linear-gradient(to bottom, #be2626, #a92222);
	padding: 0.5em 1.2em;
	color: white;
}

.dropzone .dz-preview .dz-error-message:after {
	content: '';
	position: absolute;
	top: -6px;
	left: 64px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #be2626;
}

.dropzone .dz-preview .preview {
	display: block;
	background-color: #444444;
	padding: 5px 0;
	line-height: 1.2;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}

.container {
	margin: 0 auto;
	width: 50%;
}

.content {
	padding: 5px;
	margin: 0 auto;
}

.content span {
	width: 250px;
}

.dz-message {
	text-align: center;
	font-size: 28px;
}


*::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

*::-webkit-scrollbar-thumb {
	background-color: #2f3542;
	border-radius: 10px;
}

*::-webkit-scrollbar-track {
	background-color: grey;
	border-radius: 10px;
	box-shadow: inset 0px 0px 5px white;
}

/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: 'Work Sans', 'IBM Plex Sans KR', sans-serif;
	font-size: 12px;
	color: #666;
	min-height: 100vh;
	overflow: hidden;
	background-color: #F0F0F0;
	transition: 0.25s;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
}

body.login {
	background: #f5f5f5;
}

* {
	box-sizing: border-box;
}

img {
	vertical-align: middle;
	border: none;
}

a {
	color: white;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: none;
	color: inherit;
}

input, select {
	margin: 0;
	padding: 0;
	color: #666;
	font-family: 'Work Sans', 'IBM Plex Sans KR', sans-serif;
	font-size: 12px;
	vertical-align: top;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0px none;
}

legend {
	visibility: hidden;
	position: absolute;
	top: -99999px;
	left: -99999px;
	margin-top: -99999px;
	margin-left: -99999px;
}

html input[disabled] {
	background: #f5f5f5;
}

input[type=text], input[type=search], input[type=file], input[type=password], input[type=number], input[type=tel], textarea {
	padding: 5px;
	font-family: 'Work Sans', 'IBM Plex Sans KR', sans-serif;
	font-size: 12px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	border-radius: 3px;
	width: 200px;
}

input[type=text]:focus, input[type=file]:focus, input[type=password]:focus, textarea:focus, .sbSelector:focus {
	border: 1px solid #bbb;
	outline: 0;
}

input[type=text], input[type=password], input[type=search] {
	padding: 9px;
}

textarea {
	padding: 10px;
	border: 1px solid #ddd;
	width: 100%;
	min-height: 120px;
}

input[type=checkbox], input[type=radio] {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

input[type=text].inp, input[type=password].inp {
	padding: 10px;
}

input[type=file].file {
	padding: 6px;
	background: #fff;
}

input[type=text].date {
	padding: 9px;
	background: url(../images/btn_calendar.gif) 94% 50% no-repeat #fff;
	cursor: pointer;
	width: 120px;
	vertical-align: top;
}

button {
	font-family: 'Work Sans', 'IBM Plex Sans KR', sans-serif;
	font-size: 12px;
	vertical-align: top;
}

input[type=checkbox] {
	display: none;
}

input[type=checkbox] + label {
	height: 18px;
	margin: 0;
	background: url('../images/bg_checked-off.png') no-repeat;
	padding-left: 22px;
	line-height: 18px;
	height: 18px;
	display: inline-block;
	font-weight: normal;
}

input[type=checkbox]:checked + label {
	background: url('../images/bg_checked.png') no-repeat;
	color: #000;
}

input:read-only {
	background-color: #ddd;
}

form {
	margin: 0;
	padding: 0;
}

a img {
	border: 0 none;
}

a:focus {
	outline: 0;
}

noscript {
	position: absolute;
	z-index: 10;
	background: #EFEFEF;
}

noscript p {
	margin: 0;
}

label {
	cursor: pointer;
}

caption {
	visibility: hidden;
	height: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
}

ul {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-weight: normal;
}

.ui-widget-content {
	border-radius: 3px;
}


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

/**/
.loginWrap {
	width: 420px;
	height: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -210px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.loginWrap .logo {
	text-align: center;
	padding: 40px 0 20px;
}

.loginWrap .logo h1 {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 16px;
	color: #000;
}

.loginWrap .contbox {
	padding: 0;
}

.loginWrap .contbox * {
	vertical-align: middle !important;
	vertical-align: top;
}

.loginWrap .contbox .login {
	padding: 0;
	margin: 0 auto 10px;
	width: 340px;
	overflow: hidden;
}

.loginWrap .contbox .login dl {
	padding: 0;
	margin: 0;
}

.loginWrap .contbox .login dt {
	display: none;
}

.loginWrap .contbox .login dd {
	padding: 0;
	margin: 0 0 5px 0;
}

.loginWrap .contbox .login dd input[type=text].line, input[type=password].line {
	padding: 7px 9px;
	width: 235px;
	border-radius: 3px;
}

.loginWrap .contbox .find {
	padding: 0;
	margin: 0 auto 10px;
	width: 340px;
	overflow: hidden;
	line-height: 1.8em;
}

.loginWrap .contbox .find a.lnk {
	color: #3877be;
	text-decoration: underline;
}

.loginWrap .contbox .find ul {
	padding: 0;
	margin: 0
}

.loginWrap .contbox .find ul li {
	padding: 0;
	margin: 0
}

.loginWrap .contbox .login button {
	padding: 0;
	border: 0;
	color: #fff;
	cursor: pointer;
	line-height: 65px;
	width: 100px;
	border-radius: 3px;
}

/*layout*/
.headWrap {
	position: fixed;
	display: flex;
	justify-content: space-between;
	align-items: center;
	top: 10px;
	left: 10px;
	width: calc(100vw - 20px);
	z-index: 300;
	height: 60px;
	min-width: 1200px;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
}

.container {
	width: 100%;
	margin: 0;
	padding: 0 !important;
	overflow: hidden;
	min-width: 1280px;
}

.container .lnbWrap {
	margin: 0;
	position: fixed;
	top: 120px;
	left: 10px;
	padding: 0;
	margin: 0;
	width: 180px;
	height: calc(100vh - 130px);
	z-index: 200;
}

.container .contWrap {
	position: fixed;
	top: 80px;
	left: 190px;
	width: calc(100vw - 200px);
	min-height: 500px;
	max-height: calc(100vh - 170px);
	padding: 20px;
	background-color: #ffffff;
	border-radius: 15px;
	box-sizing: border-box;
	overflow: auto;
}

.container .errorWrap {
	padding: 120px 0 0 0;
	margin: 160px 0 0 0;
	text-align: center;
	background: url(../images/error.png) center top no-repeat;
}

.container .errorWrap h2 {
	font-size: 24px;
}

.container .errorWrap .guide {
	font-size: 16px;
	margin-top: 20px;
	padding-top: 20px;
	position: relative;
}

.container .errorWrap .guide:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 1px;
	background: #ddd;
}

.container .errorWrap .btn {
	text-align: center;
}

.container .dummyWrap {
	margin: 160px 0 0 0;
	text-align: center;
}

/*#headWrap*/
.headWrap .logoBox {
	display: block;
}

.headWrap .logoBox a {
	display: block;
	background: url(../images/common/logo2.png) 0 center no-repeat;
	background-size: auto 18px;
	padding: 0 0 0 110px;
	line-height: 20px;
	font-size: 18px;
	color: #000;
	font-weight: 500;
}

.headWrap .userBox {
	position: absolute;
	top: 14px;
	right: 20px;
	font-size: 11px;
}

.headWrap .userBox .user {
	padding: 0;
	color: #999;
	line-height: 18px;
	text-align: right;
	display: inline-block;
	vertical-align: top;
}

.headWrap .userBox .user span {
	display: block;
}

.headWrap .userBox .user .name {
	color: #000;
}

.headWrap .userBox .user .name a {
	text-decoration: underline;
}

.headWrap .userBox .user .log {
	color: #999;
}

.headWrap .userBox .logout {
	display: inline-block;
	padding: 0;
	color: #fff;
	margin-left: 5px;
	font-size: 11px;
	border: 0;
	cursor: pointer;
	vertical-align: top;
}

.headWrap .userBox .logout a {
	display: block;
	width: 36px;
	height: 36px;
	background: url(../images/btn_logout.gif) center center no-repeat;
}

.headWrap .gnb {
	text-align: center;
	margin: 0;
	padding: 0;
}

.headWrap .gnb li {
	display: inline-block;
	position: relative;
}

.headWrap .gnb li a {
	font-size: 16px;
	padding: 0 10px;
	color: #000;
	line-height: 60px;
}

.headWrap .gnb li.on:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #c2153e;
}

.headWrap .gnb li.on a {
	color: #c2153e;
}

/* footer */
#footer {
	margin: 0;
	position: fixed;
	bottom: 10px;
	left: 190px;
	padding: 0;
	margin: 0;
	width: calc(100vw - 200px);
	height: 60px;
	line-height: 60px;
	border-radius: 15px;
	padding: 0 20px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	z-index: 200;
}

/* topmenu */
.lnbWrap ul {
	margin: 0;
	padding: 0;
}

.lnbWrap > ul > li.plus a {
	background: url(../images/plus.png) right 20px center no-repeat;
}

.lnbWrap ul li {
	display: block;
	position: relative;
}

.lnbWrap ul li.active {
	margin: 0;
}

.lnbWrap ul li.active:before {
	content: "";
	width: 20px;
	height: 20px;
	background-color: #FFFFFF;
	position: absolute;
	top: -20px;
	right: 0;
}

.lnbWrap ul li.active:after {
	content: "";
	width: 20px;
	height: 20px;
	background-color: #FFFFFF;
	position: absolute;
	bottom: -20px;
	right: 0;
}

.lnbWrap ul li.plus.active > a {
	background: url(../images/minus.png) right 20px center no-repeat;
}

.lnbWrap ul li a {
	display: block;
	padding: 12px 20px;
	line-height: 20px;
	color: #999;
	cursor: pointer;
	text-decoration: none;
	border-radius: 10px 0 0 10px;
	position: relative;
	font-size: 14px;
}

.lnbWrap ul li.active a {
	color: #000;
	background-color: #FFFFFF;
}

.lnbWrap ul li.active a:before {
	content: "";
	width: 40px;
	height: 40px;
	border-radius: 40px;
	position: absolute;
	top: -40px;
	right: 0;
	background-color: #F0F0F0;
	z-index: 2;
}

.lnbWrap ul li.active a:after {
	content: "";
	width: 40px;
	height: 40px;
	border-radius: 40px;
	position: absolute;
	bottom: -40px;
	right: 0;
	background-color: #F0F0F0;
	z-index: 2;
}

.lnbWrap div.submenu {
	display: none;
	background: #f5f5f5;
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.lnbWrap div.submenu:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #eee;
}

.lnbWrap div.submenu ul {
	margin: 0;
	padding: 0 0 10px 0;
	border-bottom: 0;
}

.lnbWrap div.submenu ul li {
	margin: 0;
	padding: 0;
}

.lnbWrap div.submenu ul li a {
	margin: 0;
	padding: 0 27px;
	line-height: 28px;
	font-size: 12px;
	color: #999;
	font-weight: normal;
	border-bottom: 0;
	background: url(../images/dot2.gif) no-repeat 20px center;
}

.lnbWrap div.submenu ul li a:hover {
	color: #000;
	background: url(../images/dot3.gif) 20px 50% no-repeat;
}

.lnbWrap div.submenu ul li.on a {
	color: #000;
	background: url(../images/dot3.gif) 20px center no-repeat;
}


/*#contWrap*/
.contWrap .tab_title {
	position: relative;
}

.contWrap .tab_title .title02 {
	width: 65%;
	padding: 30px 0 10px 0;
	color: #000;
	font-size: 24px;
	line-height: 24px;
	border-bottom: 1px dotted #ddd;
}

.contWrap .tab_title .title_right {
	position: absolute;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	width: 35%;
	padding: 0;
	margin: 0;
}

.contWrap .tab_title .title_right li {
	float: left;
	width: 33.333333%;
	text-align: center;
	border: 1px solid #ddd;
	border-left: 0;
	background-color: #eee;
}

.contWrap .tab_title .title_right li.on {
	background-color: #fff;
	border-bottom: 0;
}

.contWrap .tab_title .title_right li:first-child {
	border-left: 1px solid #ddd;
}

.contWrap .tab_title .title_right li a {
	display: block;
	width: 100%;
	font-size: 12px;
	line-height: 32px;
}

.contWrap .tab_title02 {
	position: relative;
}

.contWrap .tab_title02 .title02 {
	width: 78%;
	padding: 30px 0 10px 0;
	color: #000;
	font-size: 24px;
	line-height: 24px;
	border-bottom: 1px dotted #ddd;
}

.contWrap .tab_title02 .title_right {
	position: absolute;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	width: 22%;
	padding: 0;
	margin: 0;
}

.contWrap .tab_title02 .title_right li {
	float: left;
	width: 50%;
	text-align: center;
	border: 1px solid #ddd;
	border-left: 0;
	background-color: #eee;
}

.contWrap .tab_title02 .title_right li.on {
	background-color: #fff;
	border-bottom: 0;
}

.contWrap .tab_title02 .title_right li:first-child {
	border-left: 1px solid #ddd;
}

.contWrap .tab_title02 .title_right li a {
	display: block;
	width: 100%;
	font-size: 12px;
	line-height: 32px;
}

.contWrap h3.title {
	padding: 30px 0 10px 0;
	color: #000;
	font-size: 22px;
	line-height: 22px;
	border-bottom: 1px dotted #ddd;
}

.contWrap h4 {
	font-size: 16px;
	line-height: 30px;
	background: url(../images/ico_h4.gif) 0 center no-repeat;
	padding-left: 10px;
	color: #000;
	margin-bottom: 10px;
	overflow: hidden;
}

.contWrap h4 .guide {
	font-size: 12px;
	padding-left: 10px;
	color: #999;
}

.contWrap h4 .more {
	float: right;
	font-size: 12px;
	color: #999;
}

.contWrap h4 .more a {
	text-decoration: underline;
}

.contWrap .contents {
	padding: 0px 0;
	position: relative;
}

.contWrap .contents .abs {
	position: absolute;
	top: 20px;
	left: 0;
}

.contWrap .contents:after {
	content: "";
	display: block;
	clear: both;
}

.contWrap .contents .guide {
	text-align: right;
	padding-bottom: 10px;
}

.contWrap .contents .month {
	text-align: center;
	padding: 10px 0;
	font-size: 20px;
}

.contWrap .contents .total {
	padding: 0 0 10px 0;
	margin: 0;
}

.contWrap .contents .total .tot {
	line-height: 34px;
}

.contWrap .contents .total .sort {
	float: right;
	position: relative;
}

.contWrap .contents .total .sort * {
	vertical-align: middle;
}

.contWrap .contents .total .filter {
	float: left;
	position: relative;
}

.contWrap .contents .block {
	float: left;
	width: 320px;
}

.contWrap .contents .block .titBox {
	padding: 10px 0;
	font-size: 11px;
	color: #e62339;
	letter-spacing: -1px;
}

.contWrap .contents .block .selBox {
	padding: 0 0 5px 0;
}

.contWrap .contents .block .selBox select {
	padding: 5px;
	border: 1px solid #ccc;
}

.contWrap .contents .block .btnBox {
}

.contWrap .contents .block .btnBox .updown {
	float: left;
}

.contWrap .contents .block .btnBox .save {
	float: right;
}

.contWrap .contents .func {
	float: left;
	width: 80px;
	text-align: center;
	padding: 95px 0 0 0;
}

.contWrap .contents .func .mov {
	padding: 5px 0;
}

.contWrap .footer {
	clear: both;
	padding: 20px 0;
	border-top: 1px dotted #d6d6d6;
	color: #000;
	font-family: 'NanumGothic';
	text-transform: uppercase;
	font-size: 10px;
}

/*search*/
.search {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	background: #fff;
	padding: 10px 0;
	margin: 0 0 20px 0;
	height: 56px;
}

.search a, .search button {
	border-radius: 3px;
	font-family: 'NanumGothic';
}

.search span.sel {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 34px;
	margin-right: 10px;
}

.search span.sel .search_btn {
	background: url(../images/ico_search.png) center 50% no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	padding: 0;
	margin: 0;
	width: 34px;
	font-size: 0;
	color: #fff;
	border: 0;
	height: 34px;
	cursor: pointer;
}

.search span.sel .search_btn:focus {
	outline: 0;
}

/*게시판목록형*/
table.boardList {
	border-collapse: collapse;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

table.boardList th {
	height: 40px;
	font-weight: normal;
	background: #333;
	color: #fff;
	position: relative;
	text-align: center;
}

table.boardList th:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 1px;
	height: 20px;
	background: #666;
}

table.boardList th:first-child:before {
	width: 0;
}

table.boardList td {
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	position: relative;
}

table.boardList td a {
	text-decoration: underline;
}

table.boardList td.sum {
	background: #efece7;
	color: #000;
}

table.boardList .left {
	text-align: left;
	padding-left: 10px;
	font-size: 12px;
}

table.boardList td .green {
	margin-right: 5px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #008000;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
}

table.boardList td .yellow {
	margin-right: 5px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #eec51a;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
}

table.boardList td .red {
	margin-right: 5px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #d32525;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
}

table.boardList td .sky {
	margin-right: 5px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #6fcef1;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
}

table.boardList tfoot tr {
	background: #f5f5f5;
}

.display td .gr {
	white-space: nowrap;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #4285f4;
	border-radius: 3px;
	cursor: pointer;
	margin: 0;
	margin-right: 3px;
	padding: 2px 10px;
}

.display td .bl {
	white-space: nowrap;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #4285f4;
	border-radius: 3px;
	cursor: pointer;
	margin: 0;
	margin-right: 3px;
	padding: 2px 10px;
}

.display td .bk {
	white-space: nowrap;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #000000;
	border-radius: 3px;
	cursor: pointer;
	margin: 0;
	margin-right: 3px;
	padding: 2px 10px;
}

.display td .rd {
	white-space: nowrap;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #db4437;
	border-radius: 3px;
	cursor: pointer;
	margin: 0;
	margin-right: 3px;
	padding: 2px 10px;
}

.display td .yl {
	white-space: nowrap;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #f4b400;
	border-radius: 3px;
	cursor: pointer;
	margin: 0;
	margin-right: 3px;
	padding: 2px 10px;
}


table.boardList.light {
	border-collapse: collapse;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

table.boardList.light th {
	height: 40px;
	font-weight: normal;
	background: #f7f7f7;
	color: #000;
	position: relative;
	text-align: center;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

table.boardList.light th:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 1px;
	height: 20px;
	background: #ddd;
}

table.boardList.light th:first-child:before {
	width: 0;
}

table.boardList2 {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	border-spacing: 5px;
	border-collapse: unset;
	font-size: 15px;
}

table.boardList2 th {
	padding: 20px 0;
	font-weight: normal;
	background: #000;
	color: #fff;
	position: relative;
	text-align: center;
	border-radius: 5px;
}

table.boardList2 td {
	text-align: center;
	background: #dad7ec;
	position: relative;
	color: #c2153e;
	border-radius: 5px;
}

table.boardList2 tfoot td {
	background: #ddd;
	padding: 20px 0;
	font-weight: bold;
}

table.boardList2 tfoot td:first-child {
	font-size: 15px;
	font-weight: normal;
}

table.boardList2 td a.sys {
	text-decoration: none !important;
	display: block;
	padding: 20px 0;
	background: #c2153e;
	color: #fff;
	border-radius: 5px;
	font-size: 15px;
}

table.boardListSmall {
	border-collapse: collapse;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

table.boardListSmall th {
	height: 30px;
	font-weight: normal;
	background: #666;
	color: #fff;
	border-right: 1px solid #888;
}

table.boardListSmall th:last-child {
	border-right: 0;
}

table.boardListSmall td {
	height: 30px;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

table.boardListSmall .left {
	text-align: left;
	padding-left: 10px;
	font-size: 12px;
}

/*게시판보기,쓰기,수정*/
table.boardEdit {
	border-collapse: collapse;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #aaa;
}

table.boardEdit th {
	padding: 0;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #f6f6f6;
	font-weight: normal;
	height: 50px;
}

table.boardEdit td {
	padding: 10px;
	border-bottom: 1px solid #ddd;
	line-height: 20px;
	font-size: 11px;
}

table.boardEdit td.edi {
	padding: 10px 0;
}

table.boardEdit td label {
	margin-right: 10px;
	display: inline-block;
}

.subject {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 10px;
	color: #000;
}

.info {
	margin-bottom: 10px;
}

/*게시판버튼세트*/
.buttonSet {
	clear: both;
	margin: 10px 0;
	overflow: hidden;
}

.buttonSet a, .buttonSet button {
	border-radius: 3px;
	font-family: 'NanumGothic';
}

.buttonSet .lbs {
	float: left;
}

.buttonSet .rbs {
	float: right;
}

.buttonSet .rbs {
	float: right;
}

.btnBlack {
	display: inline-block;
	padding: 0;
	margin: 0;
	width: 90px;
	background: #000;
	font-size: 12px;
	color: #fff;
	border: 0;
	line-height: 34px;
	cursor: pointer;
	text-align: center;
	border-radius: 3px;
}

.btnYellow {
	display: inline-block;
	padding: 0;
	margin: 0;
	width: 90px;
	background: #f4b400;
	font-size: 12px;
	color: #fff;
	border: 0;
	line-height: 34px;
	cursor: pointer;
	text-align: center;
	border-radius: 3px;
}

.btnGreen {
	display: inline-block;
	padding: 0;
	margin: 0;
	width: 90px;
	background: #008000;
	font-size: 12px;
	color: #fff;
	border: 0;
	line-height: 34px;
	cursor: pointer;
	text-align: center;
	border-radius: 3px;
}

.btnRed {
	display: inline-block;
	padding: 0;
	margin: 0;
	width: 90px;
	background: #c2153e;
	font-size: 12px;
	color: #fff;
	border: 0;
	line-height: 34px;
	cursor: pointer;
	text-align: center;
	border-radius: 3px;
}

.btnBlue {
	display: inline-block;
	padding: 0;
	margin: 0;
	width: 90px;
	background: #2196F3;
	font-size: 12px;
	color: #fff;
	border: 0;
	line-height: 34px;
	cursor: pointer;
	text-align: center;
	border-radius: 3px;
}

.btnGray {
	display: inline-block;
	padding: 0;
	margin: 0;
	width: 90px;
	background: #999;
	font-size: 12px;
	color: #fff;
	border: 0;
	line-height: 34px;
	cursor: pointer;
	text-align: center;
	border-radius: 3px;
}

.btnSmall {
	display: inline-block;
	padding: 0;
	margin: 0;
	width: 60px !important;
	background: #999;
	font-size: 12px;
	color: #fff;
	border: 0;
	line-height: 34px;
	cursor: pointer;
	text-align: center;
}

.btnBlack:hover, .btnGray:hover, .btnBlack:focus, .btnGray:focus {
	color: #fff;
}

.btnWhite {
	display: inline-block;
	padding: 0;
	margin: 0;
	width: 60px;
	background: #fff;
	font-size: 11px;
	color: #333;
	line-height: 22px;
	cursor: pointer;
	border: 1px solid #ccc;
	text-align: center;
	border-radius: 3px;
	text-decoration: none !important;
}

.btnExcel, .btnExcel:hover {
	background: url(../images/ico_excel.png) 20px 50% no-repeat #4c774c;
	padding-left: 20px;
	width: 140px;
	border-radius: 3px;
	line-height: 34px;
	display: inline-block;
	text-align: center;
	color: #fff;
}

.btnSearch {
	background: url(../images/ico_search.png) 18px 50% no-repeat #fff;
	padding-left: 20px;
	width: 120px;
	border-radius: 3px;
}

.wide {
	width: 140px;
}

/*게시판페이징*/
.paging {
	margin: 20px 0;
	text-align: center;
	color: #666;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 20px;
}

.paging a {
	vertical-align: top;
	border-radius: 3px;
	width: 34px;
	height: 34px;
	line-height: 34px;
}

.paging a.prev {
	background: url(../images/btn_prev.gif) center 50% no-repeat #fff;
	border: 1px solid #eaeaea;
	width: 40px;
	height: 40px;
	display: inline-block;
}

.paging a.next {
	background: url(../images/btn_next.gif) center 50% no-repeat #fff;
	border: 1px solid #eaeaea;
	width: 40px;
	height: 40px;
	display: inline-block;
}

.paging a.start {
	background: url(../images/btn_start.png) center 50% no-repeat #fff;
	border: 1px solid #eaeaea;
	width: 40px;
	height: 40px;
	display: inline-block;
}

.paging a.end {
	background: url(../images/btn_end.png) center 50% no-repeat #fff;
	border: 1px solid #eaeaea;
	width: 40px;
	height: 40px;
	display: inline-block;
}

.paging a.num {
	line-height: 38px;
	display: inline-block;
	border: 1px solid #eaeaea;
	text-align: center;
	width: 40px;
	padding: 0;
	color: #666
}

.paging a.num.on {
	color: #fff;
	border: 1px solid #333;
	background: #333;
}

.dataTables_paginate a.first {
	background: url(../images/btn_first.gif) center 50% no-repeat #fff !important;
	border: 1px solid #eaeaea !important;
	width: 32px !important;
	height: 34px !important;
	line-height: 31px !important;
	border-radius: 3px;
	margin-top: 3px;
}

.dataTables_paginate a.previous {
	background: url(../images/btn_prev.gif) center 50% no-repeat #fff !important;
	border: 1px solid #eaeaea !important;
	width: 32px !important;
	height: 34px !important;
	line-height: 31px !important;
	border-radius: 3px;
	margin-top: 3px;
}

.dataTables_paginate a.next {
	background: url(../images/btn_next.gif) center 50% no-repeat #fff !important;
	border: 1px solid #eaeaea !important;
	width: 32px !important;
	height: 34px !important;
	line-height: 31px !important;
	border-radius: 3px;
	margin-top: 3px;
}

.dataTables_paginate a.last {
	background: url(../images/btn_last.gif) center 50% no-repeat #fff !important;
	border: 1px solid #eaeaea !important;
	width: 32px !important;
	height: 34px !important;
	line-height: 31px !important;
	border-radius: 3px;
	margin-top: 3px;
}


/*공지 포틀릿*/
ul.notice {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 11px 0;
	margin: 0;
}

ul.notice li {
	overflow: hidden;
	padding: 5px 0;
}

ul.notice li a {
	display: block;
	background: url(../images/dot2.gif) 2px 50% no-repeat;
	padding-left: 12px;
}

ul.notice li a .date {
	float: right;
}


/*공통*/
.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
	position: relative;
}

.tr {
	text-align: right;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb50 {
	margin-bottom: 50px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px !important;
}

.mt240 {
	margin-top: 240px;
}

.caution {
	margin: 10px 0 0 0;
	padding: 0;
}

.caution li {
	margin: 0;
	padding: 0 0 0 12px;
	list-style: none;
	background: url(../images/dot.gif) 0 6px no-repeat;
	color: #3877be;
}

.contBox {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px;
	margin: 0;
}

.contBox p {
	margin: 0;
	padding: 0;
}

.borBox {
	border: 1px solid #ddd;
	padding: 20px;
	line-height: 20px;
}

.hrBox {
	overflow-x: scroll;
	overflow-y: hidden;
}

.lnk {
	text-decoration: underline;
	color: #dd7507;
}

.cols {
	overflow: hidden;
	margin-bottom: 20px;
}

.cols .colLeft {
	float: left;
	width: 49%;
}

.cols .colRight {
	float: right;
	width: 49%;
}

.sel_3block {
	padding: 0;
	margin: 0;
}

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

.sel_3block li {
	width: 32.666667%;
	float: left;
	margin-left: 1%;
}

.sel_3block li:first-child {
	margin-left: 0;
}

.sel_2block {
	padding: 0;
	margin: 0;
}

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

.sel_2block li {
	width: 49.5%;
	float: left;
	margin-left: 1%;
}

.sel_2block li:first-child {
	margin-left: 0;
}


/**/
dl {
	margin: 0;
	margin-bottom: 12px;
}

dl dt {
	font-family: "NanumGothic";
	margin: 0 0 5px 0;
	overflow: hidden;
	font-weight: normal;
	color: #000;
}

dl dd {
	margin-left: 0;
	position: relative;
}

dl dd button.srch {
	background: url(../images/ico_search.png) center no-repeat transparent;
	width: 34px;
	height: 34px;
	position: absolute;
	bottom: 0;
	right: 0;
	border: 0;
}

.contents h5 {
	height: 44px;
	background: none;
	font-size: 16px;
	line-height: 34px;
	color: #000;
	padding-bottom: 10px;
}

.contents h5:after {
	content: "";
	display: block;
	clear: both;
}

.contents h5.underline {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	overflow: hidden;
}

.contents .paging {
	float: left;
	border-bottom: none;
	padding-bottom: 0;
}

.contents .paging a {
	width: 34px;
	height: 34px;
	line-height: 34px;
}

.contents .wt01 {
	margin-bottom: 10px;
	color: #666;
}

.contents .choice {
	display: inline-block;
	margin-left: 5px;
	min-width: 110px;
	height: 30px;
	vertical-align: top;
}

.contents .choice .selectboxs {
	height: 30px;
}

.contents .choice .selectboxs label {
	line-height: 28px;
}

.contents .choice .selectboxs select {
	line-height: 28px;
}

.contents .choice_long {
	width: 140px;
}

.contents .lookup {
	float: right;
	clear: none;
	margin-top: 20px;
}

.contents .lookup_left {
	float: left;
	clear: none;
	margin-top: 20px;
	overflow: hidden;
}

.contents .btns {
	text-align: right;
	clear: none;
	padding-top: 20px;
	border-top: 1px solid #ededed
}

.contents .left_content {
	float: left;
	width: 75%;
	min-height: 800px;
	overflow: hidden;
	padding-right: 2%;
	border-right: 1px solid #ddd;
}

.contents .left_content .date_rayer {
	display: inline-block;
	height: 34px;
}

.contents .left_content .date_rayer input {
	width: 110px;
}

.contents .left_content .serch_rayer {
	display: inline-block;
	max-width: 200px;
}

.contents .left_content .lookup_wrap {
	overflow: hidden;
	border-top: 1px solid #ddd;
}

.contents .left_content .lookup .serchbox {
	border-radius: 3px 0px 0px 3px;
	margin-right: -5px;
}

.contents .left_content .paging {
	float: left;
	border-bottom: none;
	margin-bottom: 0px;
}

.contents .left_content .paging a {
	width: 34px;
	height: 34px;
	line-height: 34px;
}

.contents .left_content table {
	table-layout: fixed;
}

.contents .left_content table tbody tr td a {
	text-decoration: underline;
}

.contents .left_content .longtext {
	text-align: left;
	text-indent: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.contents .right_content {
	width: 25%;
	float: right;
	padding-left: 2%;
}

.contents .right_content .box_check {
	margin: 10px 0;
	font-family: "NanumGothic";
}

.contents .right_content h5 {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	overflow: hidden;
}

.contents .right_content .enrollment {
	text-align: right;
	border-top: 1px solid #ddd;
	padding-top: 20px;
}

/* .contents .right_content .enrollment .btnBlack { margin-left: 5px; } */
.contents .right_content dl dd input {
	width: 100%;
}

.contents .right_content dl dd .wave {
	display: inline-block;
	width: 4%;
	text-align: center;
}

.contents .right_content dl dt .rightselect {
	float: right;
	font-size: 11px;
	margin: 0;
	margin-right: -4px;
}

.contents .right_content dl dt .rightselect label {
	margin-left: 5px;
}

.contents .right_content dl dd .select_list {
	height: 175px;
	padding: 10px;
	margin: 0;
	overflow-y: scroll;
	border: 1px solid #ddd;
}

.contents .right_content dl dd .select_list li {
	margin: 10px 0 0;
}

.contents .right_content dl dd .select_list li:first-child {
	margin: 0;
}

.contents .right_content dl dd .select_list li.depth {
	margin: 10px 0 0 20px;
}

.contents .right_content dl dd .width_half {
	width: 48%;
}

.contents .status {
	overflow: hidden;
	padding: 0;
	margin: 0 0 20px;
}

.contents .status li {
	width: 24.4%;
	margin-left: 0.8%;
	float: left;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	font-size: 14px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2)
}

.contents .status li:first-child {
	margin-left: 0;
}

.contents .status li.green {
	background-color: #458840;
}

.contents .status li.yellow {
	background-color: #deb406;
}

.contents .status li.red {
	background-color: #bf1616;
}

.contents .status li.sky {
	background-color: #32343a;
}

.contents .status li .i_unit {
	display: inline-block;
	background: url('../images/ico_unit.png') center no-repeat;
	width: 32px;
	height: 40px;
	margin-right: 15px;
	opacity: 0.7
}

.contents .status li .i_download {
	display: inline-block;
	background: url('../images/ico_download.png') center no-repeat;
	width: 32px;
	height: 40px;
	margin-right: 15px;
	opacity: 0.7
}

.contents .status li .i_network {
	display: inline-block;
	background: url('../images/ico_network.png') center no-repeat;
	width: 32px;
	height: 40px;
	margin-right: 15px;
	opacity: 0.7
}

.contents .status li .i_standby {
	display: inline-block;
	background: url('../images/ico_standby.png') center no-repeat;
	width: 32px;
	height: 40px;
	margin-right: 15px;
	opacity: 0.7
}

.contents .status li > div {
	display: inline-block;
}

.contents .tab_rayer {
	position: relative;
}

.contents .tab_rayer .tab_btn {
	position: relative;
	padding: 0px;
	height: 70px;
	margin-bottom: 10px;
}

.contents .tab_rayer .tab_btn li {
	position: relative;
}

.contents .tab_rayer .tab_btn li a {
	width: 100%;
	text-align: center;
	color: #fff;
	display: block;
	line-height: 70px;
}

.contents .tab_rayer .tab_btn li.on:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -8px;
	width: 100%;
	height: 2px;
	background: #000;
}

.contents .tab_rayer .tab_btn li {
	width: 19%;
	margin-left: 1.2%;
	float: left;
	color: #fff;
	text-align: center;
	padding: 0;
	font-size: 15px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}

.contents .tab_rayer .tab_btn li:first-child {
	margin-left: 0;
}

.contents .tab_rayer .tab_btn li.green {
	background-color: #458840;
}

.contents .tab_rayer .tab_btn li.blue {
	background-color: #6ca0e0;
}

.contents .tab_rayer .tab_btn li.yellow {
	background-color: #deb406;
}

.contents .tab_rayer .tab_btn li.red {
	background-color: #c2153e;
}

.contents .tab_rayer .tab_btn li.gray {
	background-color: #999;
}

.contents .tab_rayer .tab_btn li .i_unit {
	vertical-align: middle;
	display: inline-block;
	background: url(../images/ico_unit.png) center no-repeat;
	width: 32px;
	height: 40px;
	margin-right: 15px;
	opacity: 0.7
}

.contents .tab_rayer .tab_btn li .i_download {
	vertical-align: middle;
	display: inline-block;
	background: url(../images/ico_download.png) center no-repeat;
	width: 32px;
	height: 40px;
	margin-right: 15px;
	opacity: 0.7
}

.contents .tab_rayer .tab_btn li .i_network {
	vertical-align: middle;
	display: inline-block;
	background: url(../images/ico_network.png) center no-repeat;
	width: 32px;
	height: 40px;
	margin-right: 15px;
	opacity: 0.7
}

.contents .tab_rayer .tab_btn li .i_stsandby {
	vertical-align: middle;
	display: inline-block;
	background: url(../images/ico_standby.png) center no-repeat;
	width: 32px;
	height: 40px;
	margin-right: 15px;
	opacity: 0.7
}

.contents .tab_rayer .tab_wrap {
	padding: 0;
	margin-top: 20px
}

.contents .tab_rayer .tab_wrap li {
	display: none;
}

.contents .tab_rayer .tab_wrap li.show {
	display: block;
}

.contents .tab_rayer .sclwrap li {
	position: relative;
}

.contents .tab_rayer .sclwrap li .datepicker {
	position: absolute;
	top: -1px;
	left: 0px;
}

.contents02 {
}

.contents02 .con02_tab_m {
	text-align: center;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.contents02 .con02_tab_m:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ddd;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.contents02 .con02_tab_m li {
	float: left;
	width: 150px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 0;
	position: relative;
}

.contents02 .con02_tab_m li:first-child {
	border-left: 1px solid #ddd;
}

.contents02 .con02_tab_m li.on {
	border-bottom: 1px solid #fff;
}

.contents02 .con02_tab_m li.on a {
	background-color: #fff;
	color: #666;
}

.contents02 .con02_tab_m li a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 34px;
	background-color: #eee;
	color: #8b8b8b;
}

.contents02 .con02_tab_l {
	padding: 0;
	position: relative;
}

.contents02 .con02_tab_l li {
	display: none;
}

.contents02 .con02_tab_l li.show {
	display: block;
}


.unit_srch {
	position: relative;
	margin-bottom: 10px;
	line-height: 34px;
	height: 34px;
}

.unit_srch strong {
	color: #c2153e;
	padding: 2px;
}

.unit_srch input[type=text] {
	width: 200px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 7px;
}

.unit_srch button {
	cursor: pointer;
	background: url(../images/ico_search.png) center no-repeat transparent;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
}

.unit_srch .calButton {
	cursor: pointer;
	background: url(../images/btn_calendar.gif) center no-repeat transparent;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
}

.unit_srch .legend {
	position: absolute;
	top: 0;
	right: 240px;
}

.unit_srch .legend span {
	display: inline-block;
	margin-left: 10px;
}

.unit_srch .legend .green {
	margin-right: 5px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #458840;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
}

.unit_srch .legend .yellow {
	margin-right: 5px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #deb406;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
}

.unit_srch .legend .red {
	margin-right: 5px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #bf1616;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
}

.unit_srch .legend .sky {
	margin-right: 5px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #5c9fd6;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
}


.test2 {
	position: relative;
	margin-bottom: 50px;
	line-height: 30px;
}

.test2 strong {
	color: #c2153e;
	padding: 2px;
}

.test2 input[type=text] {
	width: 200px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 7px;
}

.test2 button {
	background: url(../images/ico_search.png) center no-repeat transparent;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
}

.test2 .legend {
	position: absolute;
	top: 0;
	right: 240px;
}

.test2 .legend span {
	display: inline-block;
	margin-left: 10px;
}

.test2 .legend .green {
	margin-right: 5px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #458840;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
}

.test2 .legend .yellow {
	margin-right: 5px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #deb406;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
}

.test2 .legend .red {
	margin-right: 5px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #bf1616;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
}

.test2 .legend .sky {
	margin-right: 5px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #5c9fd6;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
}


.nonepopup {
	float: right;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #666;
}

.lastbox {
	border-right: none;
	width: 16%;
}

.colorbox {
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 1px solid #ddd;
	margin-right: 5px;
	vertical-align: middle;
}

.overimage {
	margin-top: 5px;
}

.s_textarea {
	min-height: 60px;
}

.m_textarea {
	min-height: 150px;
}

.tDnD_whileDrag {
	background-color: #f5f5f5;
}

.serch_rayer {
	margin-left: 5px;
	width: 200px;
	overflow: hidden;
}

.serch_rayer .serchbox {
	float: left;
	border-radius: 3px 0px 0px 3px;
	width: 130px;
}

.serch_rayer .btnBlack {
	float: left;
	border-radius: 0px 3px 3px 0px;
	width: 70px;
}

.scrollbox {
	width: 10%;
	min-height: 300px;
	float: left;
	border-right: 1px solid #ddd;
	font-family: "NanumGothic";
	padding: 5px 10px 10px 10px;
	position: relative;
}

.scrollbox:last-child {
	border-right: 0;
}

.scrollbox_w {
	width: 9.5%;
}

.select_model {
	width: 20%;
}

.select_model_w {
	width: 18%;
}

.scrollbox ul {
	padding: 0;
}

.scrollbox h6 {
	font-size: 15px;
	line-height: 34px;
	color: #000;
	margin-bottom: 5px;
}

.scrollbox h6:after {
	content: "";
	display: block;
	clear: both;
}

.scrollbox h6 a {
	float: right;
	font-size: 12px;
	margin-bottom: 2px
}

.scrollbox h6 a span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/setting_icon.png) center no-repeat;
	background-size: cover;
	vertical-align: text-top;
}

.scrollbox h6 .guide {
	font-size: 12px;
	font-family: 'NanumGothic';
	color: #999;
}

.scrollbox .scroll_layer {
	width: 100%;
	height: 100%;
	padding: 0;
}

.scrollbox .scroll_layer select {
	width: 100%;
	padding: 5px;
	border: 1px solid #eee;
	background: #f7f7f7;
}

.scrollbox .scroll_layer select:focus {
	outline: 0;
}

.scrollbox .scroll_layer select option:focus {
	background-color: #eee;
}

.scrollbox .scroll_layer select option:hover {
	background-color: #eee;
}

/* list drop */
.btn-primary {
	background-color: #fff;
	border-color: #ddd;
	color: #000;
}

.btn-primary:hover {
	background-color: #fff;
	border-color: #ddd;
	color: #000;
}

.btn-danger {
	background-color: #fff;
	border-color: #ddd;
	color: #000;
}

.btn-danger:hover {
	background-color: #fff;
	border-color: #ddd;
	color: #000;
}

.btn-success {
	background-color: #666;
	border-color: #666;
}

.btn-success:hover {
	background-color: #666;
	border-color: #666;
}

.list-group-item {
	border: 0px !important;
	padding: 0px;
}

.list-group-item div {
	border: 1px solid #ddd;
	padding: 10px 0 10px 10px;
	border-radius: 4px;
	margin-bottom: 5px;
	position: relative;
}

.list-group-item div.off {
	background-color: #eee;
}

.list-group-item .btn-group {
	position: absolute;
	right: 10px;
	top: 0;
}

.btnEdit {
	margin-right: 5px;
}

.btn-toggle {
	display: inline-block;
	padding: 0;
	width: 20px;
	text-align: center;
	margin-top: 1px;
}

.font_red {
	color: red;
}

.font_blue {
	color: rgb(57, 143, 240);
}

.margin_b {
	margin-bottom: 10px;
}

.w_f {
	width: 60% !important;
}


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

.select_model_w {
	width: 30%;
}

.line .history_box {
	width: 50%;
	float: left;
	font-family: "NanumGothic";
	padding: 15px 10px 10px 10px;
}

.line .history_box h6 {
	font-size: 15px;
	padding-bottom: 10px;
	color: #000;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}

.line .history_box table {
	width: 100%;
}

.line .history_box .save_btnbox {
	text-align: right;
	margin: 10px 5px 0 0;
}

.line .history_box .sale_box {
	padding: 15px 5px 0px 5px;
}

.line .history_box .sale_box dl {
	margin: 0 0 20px 0;
}

.line .history_box .sale_box dl dt {
	margin: 0 0 5px 0;
}

.line .history_box .sale_box dl dd {
	margin: 0;
}

.line .history_box .sale_box dl dd input {
	width: 100%;
}

.line .history_box .history .history_list {
	margin: 0;
	padding: 0;
}

.line .history_box .history .history_list .history_li {
	border-bottom: 1px solid #eee;
	padding: 5px 0 5px 22px;
	position: relative;
}

.line .history_box .history .history_list .history_li input[type=text] {
	width: 15%;
}

.line .history_box .history .history_list .history_li {
	width: 100%;
}

.line .history_box .history .history_list .history_li .btn-group {
	width: 84%;
}

.line .history_box .history .history_list .history_li input[type=checkbox] + label {
	position: absolute;
	top: 13px;
	left: 0px;
}

.line .history_box .enroll {
	text-align: right;
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.line .history_box .history_tablebox {
	margin-top: 15px;
}

.line .history_box .history_tablebox p {
	margin: 10px 0 5px 0;
}

.line .history_box .history_tablebox table {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 36px;
	text-align: center;
}

.line .history_box .history_tablebox table th {
	border: 1px solid #ddd;
	background-color: #eee;
	font-weight: normal;
}

.line .history_box .history_tablebox table td {
	border: 1px solid #ddd;
}

.line .history_box .history_tablebox table td input {
	width: 100%;
	border: 0;
	text-align: center;
	padding: 0;
	line-height: 28px;
}

.line .history_box .history_tablebox table .th_a {
	position: relative;
	background-image: url(../images/line.png);
	background-position: center;
	background-repeat: no-repeat;
}

.line .history_box .history_tablebox table .distance {
	position: absolute;
	left: 15%;
	bottom: -5px;
}

.line .history_box .history_tablebox table .period {
	position: absolute;
	right: 15%;
	bottom: 5px;
}

.detail_block {
	border-bottom: 1px solid #eee;
	padding: 5px 0;
}

.detail_block:last-child {
	border: none;
}

.detail_block table {
	width: 100%;
}

.power_box {
	border: 1px solid #ddd;
	background-color: #f5f5f5;
	padding: 20px;
	text-align: center;
}

.power_box .schedule {
	font-size: 15px;
}

.power_box p {
	margin: 10px 0;
}


/* popup */
.grp {
	float: right;
	font-size: 12px;
}

.grp span {
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url(../images/setting_icon.png) center no-repeat;
	background-size: cover;
	vertical-align: text-top;
}

.dim_layer, .dim_layer2, .dim_layer3 {
	position: fixed;
	width: 400px;
	height: 100%;
	z-index: 500;
	top: 0px;
	right: 0px;
	display: none;
}

.dim_layer, .dim_layer2 .dim_bg {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.50);
	height: 100%;
}

.dim_layer, .dim_layer3 .dim_bg {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.50);
	height: 100%;
}

.dim_layer .popup {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
	width: 400px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.dim_layer2 .popup {
	position: absolute;
	top: 0;
	right: 50%;
	background-color: #fff;
	width: 400px;
	margin-left: -200px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.dim_layer3 .popup {
	position: absolute;
	top: 0;
	right: 50%;
	background-color: #fff;
	width: 400px;
	margin-left: -200px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.popup h3 {
	overflow: hidden;
	padding: 20px;
	font-size: 16px;
	border-bottom: 1px solid #eee;
	color: #000;
}

.popup h3 .popup_close {
	display: inline-block;
	width: 14px;
	height: 14px;
	float: right;
	background: url(../images/popup_close.png) center no-repeat;
	background-color: cover;
	cursor: pointer;
}

.popup h3 .edit_close {
	display: inline-block;
	width: 14px;
	height: 14px;
	float: right;
	background: url(../images/popup_close.png) center no-repeat;
	background-color: cover;
	cursor: pointer;
}

.popup .popup_enter {
	text-align: center;
	margin: 10px 0 0 0;
}

.popup .popup_msg {
	text-align: center;
	padding: 10px 0;
	font-size: 15px;
	color: #000;
}

.popup .popup_bar {
	background: #f5f5f5;
}

.popup .popup_bar .bar {
	background: #c10c3f;
	height: 10px;
	margin: 0;
}

.popup .popup_container {
	padding: 20px;
}

.popup .popup_container h4 {
	margin-bottom: 5px;
	font-size: 15px;
	color: #000;
}

.popup .popup_container > div {
	margin-bottom: 12px;
}

.popup .popup_container .popup_content .popup_list {
	padding: 0;
	margin: 0px;
	border: 1px solid #ddd;
	padding: 5px;
	height: 120px;
	overflow-y: scroll;
}

.popup .popup_container .popup_content .popup_list li {
	width: 96%;
	line-height: 24px;
	overflow: hidden;
}

.popup .popup_container .popup_content .popup_list li a {
	display: block;
	width: 100%;
	height: 100%;
}

.popup .popup_container .popup_content .popup_list li:hover {
	background-color: #eee;
}

.popup .popup_container .popup_content .popup_list li .li_close {
	display: none;
	float: right;
	background: url(../images/li_close.png) center no-repeat;
	width: 10px;
	height: 10px;
	margin: 7px;
	cursor: pointer;
}

.popup .popup_container .popup_content .popup_list li:hover .li_close {
	display: block;
}

.popup .popup_container input {
	width: 100%;
}

.popup .popup_container .list_box {
	width: 100%;
	border: 1px solid #ddd;
	height: 300px;
	overflow: auto;
	border-radius: 3px;
}

.popup .popup_container .list_box td {
	text-align: left;
	padding-left: 9px;
}

.popup .popup_container input[type=reset] {
	width: 90px;
	vertical-align: top;
}

.popup .popup_container .popup_content .popup_sel {
	margin-bottom: 20px;
}

.popup .popup_container .popup_content .sbHolder {
	width: 100%;
}

.popup .popup_container .popup_content .popup_text {
	text-align: center;
}

.popup .popup_container .enroll_center {
	text-align: center;
	margin-top: 0px;
}

.popup .popup_container .enroll_center .btnGray {
	margin-bottom: 2px;
	width: 90px;
	border-radius: 3px;
}

.popup .popup_container .popup_option {
	margin: 0;
	padding: 0;
}

.popup .popup_container .popup_option li {
	line-height: 32px;
	color: #000;
}

.popup .popup_btnrayer {
	border-top: 1px solid #eee;
	padding: 20px 0;
}

.popup .popup_container .pop_list {
	padding: 0;
	margin-bottom: 20px;
}

.popup .popup_container .pop_list li {
	display: flex;
	margin-bottom: 10px;
}

.popup .popup_container .pop_list li:after {
	content: "";
	display: block;
	clear: both;
}

.popup .popup_container .pop_list li p.tit {
	display: block;
	margin: 0;
	margin-bottom: 5px;
	line-height: 20px;
	width: 100%;
	max-width: 90px;
	margin-right: 5px;
}

.popup .popup_container .pop_list li p.tit2 {
	width: 15%;
	display: inline-block;
	margin: 0;
	line-height: 34px;
	float: left;
}

.popup .popup_container .pop_list li p.val {
	width: 70%;
	display: inline-block;
	margin: 0;
	line-height: 34px;
	float: left;
}

.popup .popup_container .pop_list li .green {
	margin-right: 10px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #458840;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	position: relative;
	top: 2px;
}

.popup .popup_container .pop_list li .yellow {
	margin-right: 10px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #deb406;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	position: relative;
	top: 2px;
}

.popup .popup_container .pop_list li .red {
	margin-right: 10px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #bf1616;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	position: relative;
	top: 2px;
}

.popup .popup_container .pop_list li .sky {
	margin-right: 10px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #5c9fd6;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	position: relative;
	top: 2px;
}

.popup .popup_container .pop_list li input,
.popup .popup_container .pop_list li textarea {
	width: 100%;
	padding: 9px;
}

.popup .popup_container .pop_list li label,
.popup .popup_container .pop_list li textarea {
}

.popup .popup_container .pop_list li .sel {
	width: 100%;
}

.popup .popup_container .pop_list li.li_phon input {
	width: 22%;
	border-radius: 0px;
	padding: 5px;
}

/* 대쉬보드 */
.content_block01 {
	overflow: hidden;
	margin-bottom: 20px;
}

.content_block01 h5, .content_block02 h5 {
	padding: 0;
	margin: 0;
	height: 44px;
	background: none;
	font-size: 16px;
	line-height: 34px;
	color: #666;
	border-bottom: 1px solid #ddd;
}

.content_block01 h5 .btn_more {
	float: right;
	font-size: 12px;
}

.content_block01 h5 .btn_more span {
	display: inline-block;
	background: url(../images/plus.png) center no-repeat;
	width: 16px;
	height: 16px;
	margin-bottom: 2px;
}

.content_block01 .block_left {
	float: left;
	width: 49%;
	margin-right: 1%;
}

.content_block01 .block_left .notice_ul {
	padding-left: 0;
	margin: 0;
}

.content_block01 .block_left .notice_ul li {
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #eee;
}

.content_block01 .block_left .notice_ul li .new {
	display: inline-block;
	margin-right: 5px;
	line-height: 20px;
	background-color: #398ff0;
	color: #fff;
	margin-bottom: 2px;
	padding: 0 5px;
	border-radius: 2px;
}

.content_block01 .block_left .notice_ul li p {
	float: right;
	margin: 0;
}

.content_block01 .block_right {
	float: left;
	width: 49%;
	margin-left: 1%;
}

.content_block01 .block_right .counting_ul {
	overflow: hidden;
	padding: 10px 0 9px;
	margin: 0;
	border-bottom: 1px solid #eee;
}

.content_block01 .block_right .counting_ul li {
	float: left;
	width: 32.666666%;
	margin-left: 1%;
	text-align: center;
	border: 1px solid #ddd;
}

.content_block01 .block_right .counting_ul li:first-child {
	margin-left: 0;
}

.content_block01 .counting_ul .countingbox .a_box01 {
	border-bottom: 1px solid #eee;
	padding: 20px 0;
}

.content_block01 .counting_ul .countingbox .a_box01 .a_box01_text {
	font-size: 14px;
	margin: 0;
}

.content_block01 .counting_ul .countingbox .a_box02 {
	overflow: hidden;
}

.content_block01 .counting_ul .countingbox .a_box02 .b_box {
	float: left;
	width: 50%;
	border-left: 1px solid #eee;
	position: relative;
}

.content_block01 .counting_ul .countingbox .a_box02 .b_box:first-child {
	border-left: 0;
}

.content_block01 .counting_ul .c_number {
	font-size: 20px;
	color: rgb(57, 143, 240);
	font-weight: 600;
	margin: 0;
	padding: 15px 0;
	font-family: "NanumGothic";
}

.content_block01 .counting_ul .c_text {
	margin: 0;
	padding: 11px 0;
	position: relative;
}

.content_block01 .counting_ul .c_text:before {
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	position: absolute;
	top: -3px;
	left: 50%;
	margin-left: -10px;
	background-color: #ddd;
}

.content_block02 h5 {
	border-bottom: 0;
}

.content_block02 h5 .serch_rayer, .date_rayer {
	display: inline-block;
}

.content_block02 .uplist {
	padding: 10px 0 10px 10px;
	border: 1px solid #ddd;
	height: 250px;
	overflow-y: scroll;
}

.content_block02 .uplist li {
	line-height: 20px;
}

.content_header {
	text-align: center;
}

.content_header .sort {
	display: inline-block;
	margin-left: 5px;
	height: 34px;
}

.content_header .sort p.text_d {
	font-size: 14px;
	color: #666;
}

.content_header .sort button {
	vertical-align: top;
}

.content_header .division {
	min-width: 110px;
}

.term_list ul {
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.term_list li {
	float: left;
	margin-left: 2px;
}

.term_list li a {
	display: block;
	width: 45px;
	line-height: 32px;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-size: 12px;
	background-color: #eee;
}

.contents .table_rayer {
	border-top: 1px solid #eee;
	padding: 10px 0 0 0;
	margin-top: 10px;
}

.contents .table_rayer .eventtable:first-child {
	padding-bottom: 0;
	margin-bottom: 20px;
}

/* multyselect*/
.multiselect-native-select .btn-group {
	width: 100%;
	position: none;
	vertical-align: top;
}

.multiselect-native-select .btn-group .btn {
	width: 100%;
	text-align: left;
	font-size: 12px;
	color: #666;
	border: 1px solid #ddd;
	font-family: "NanumGothic";
	position: relative;
	padding: 7px 20px 7px 9px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-radius: 3px;
}

.multiselect-native-select .btn-group .btn:hover {
	background-color: #fff;
	border: 1px solid #bbb;
}

.multiselect-native-select .btn-group .btn:focus {
	background-color: #fff;
	border: 1px solid #bbb;
	box-shadow: none;
}

.multiselect-native-select .btn-group .btn .caret {
	margin-left: 5px;
	border: 0;
	width: 32px;
	height: 32px;
	background: url(../images/select-icons.png) 0 -116px no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
}

.multiselect-native-select .btn-group.open .btn .caret {
	background: url(../images/select-icons.png) 0 -66px no-repeat;
}

.dropdown-menu {
	width: 100%;
}

.dropdown-menu {
	box-shadow: none;
	border: 1px solid #bbb;
}

.multiselect-container > li.active:focus {
	background-color: #fff;
}

.multiselect-container > li > a > label {
	font-size: 12px;
	padding: 7px 20px 7px 32px;
	color: #666;
}

.multiselect-container > li > a > label > input[type=checkbox] {
	width: auto;
	display: block;
	margin-top: 3px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	background-color: #eee;
	color: #666;
}

.btn-group.open .dropdown-toggle {
	box-shadow: none;
	background-color: #fff;
}

.sel_up .dropdown-menu {
	top: unset;
	bottom: 100%;
}

.multiselect-native-select .btn-group.open .btn .multiselect {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.selectboxs select {
	left: 0px;
	top: 0;
	width: 100%;
	border: 1px solid #999;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 32px;
	padding: 0 9px;
	border: 0;
}

.selectboxs select:hover {
	cursor: pointer;
}

.selectboxs {
	position: relative;
	height: 34px;
	width: 100%;
	border: 1px solid #ddd;
	z-index: 1;
	border-radius: 3px;
}

.selectboxs:before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	width: 32px;
	height: 32px;
	margin-top: -1px;
	background: url(../images/select-icons.png) 0 -115px no-repeat;
}

.selectboxs label {
	position: absolute;
	top: 0px;
	left: 0;
	padding: 0 9px;
	white-space: nowrap;
	color: #999;
	z-index: -1;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	margin-bottom: 0;
	line-height: 32px;
}

.selectboxs select option {
	display: block;
}

.cusselectboxs select {
	left: 0px;
	top: 0;
	width: 100%;
	border: 1px solid #999;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	filter: alpha(opacity=0);
	line-height: 32px;
	font-family: inherit;
	padding: 0 9px;
	border: 0;
}

.cusselectboxs {
	position: relative;
	height: 34px;
	width: 100%;
	border: 1px solid #ddd;
	z-index: 1;
	border-radius: 3px;
	float: left;
	padding: 9px;
}

.cusselectboxs:before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	width: 32px;
	height: 32px;
	margin-top: -1px;
	background: url(../images/select-icons.png) 0 -115px no-repeat;
}

.cusselectboxs label {
	position: absolute;
	top: 0px;
	left: 0;
	padding: 0 9px;
	color: #999;
	z-index: -1;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	margin-bottom: 0;
	line-height: 32px;
}

.cusselectboxs select option {
	display: block;
}

.cusselectboxs select:hover {
	cursor: pointer;
}

.sel .selectboxs select:hover {
	cursor: pointer;
}

.sel .selectboxs select {
	width: 100%;
	height: 100%;
	vertical-align: top;
	padding: 0 9px;
}

/*tree*/
.treesrch {
	position: relative;
	padding: 20px 10px 10px;
	background: #f7f7f7;
}

.treesrch h3 {
	margin-bottom: 10px;
	font-size: 13px;
	color: #000;
}

.treesrch input[type=text] {
	width: 100%;
	padding: 7px;
}

.treesrch button {
	background: url(../images/ico_search.png) center no-repeat transparent;
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	border: 0;
}

.treetable {
	padding: 0 10px 20px;
	position: relative;
	border-bottom: 1px solid #ddd;
	background: #f7f7f7;
}

.treetable .fa {
	cursor: pointer;
	height: 20px;
}

.treetable .rowhidden {
	display: none;
}

.treetable .j-addChild {
	display: none;
}

.treetable .selected .j-addChild {
	display: block;
}

.treetable .btn-outline {
	background-color: transparent;
}

.treetable .form-control {
	width: auto;
	height: 20px;
	margin-left: 3px;
	padding: 0;
	display: inline-block;
	border: 0;
	box-shadow: none;
	background: transparent;
}

.treetable .form-control:focus {
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
	background: #fff;
}

.treetable .textalign-center {
	text-align: center;
}

.treetable .j-expend {
	cursor: pointer;
	position: relative;
}

.treetable .j-expend label {
	margin: 0;
}

.treetable .maintitle {
}

.treetable .j-remove {
	cursor: pointer;
	color: red;
}

.treetable .tt-operation {
	position: absolute;
	top: -66px;
	right: 10px;
}

.treetable .tt-operation .j-addClass {
	padding: 3px 8px;
	font-size: 11px;
	background: #fff;
	border: 1px solid #ddd;
}

.treetable .tt-operation .u-addClass:focus {
	background: #fff;
	border: 1px solid #ddd !important;
}

.treetable .tt-operation .u-addClass {
	padding: 3px 8px;
	font-size: 11px;
	background: #fff;
	border: 1px solid #ddd;
}

.treetable .tt-operation .j-addClass:focus {
	background: #fff;
	border: 1px solid #ddd !important;
}

.treetable .tt-header {
	margin-top: 10px;
}

.treetable .class-level-1 .class-level-ul .j-expend {
	position: relative;
	left: 0;
	height: 20px;
}

.treetable .class-level-2 .class-level-ul .j-expend {
	position: relative;
	left: 12px;
	height: 20px;
}

.treetable .class-level-3 .class-level-ul .j-expend {
	position: relative;
	left: 24px;
	height: 20px;
}

.treetable .class-level-4 .class-level-ul .j-expend {
	position: relative;
	left: 36px;
	height: 20px;
}

.treetable .class-level-5 .class-level-ul .j-expend {
	position: relative;
	left: 48px;
	height: 20px;
}

.treetable .class-level-6 .class-level-ul .j-expend {
	position: relative;
	left: 60px;
	height: 20px;
}

.treetable .class-level-1 {
}

.treetable .class-level {
	position: relative;
}

.treetable .class-level .j-addChild {
	position: absolute;
	top: 0;
	right: 14px;
	border: 0;
}

.treetable .class-level .j-remove {
	position: absolute;
	top: 0;
	right: 0;
}

.treetable .class-level-ul {
	padding: 0;
	margin-bottom: 0;
}

.treetable .class-level-ul li {
	padding: 0;
	list-style: none;
}

.treetable .class-level-ul li i {
	height: 20px;
}

.treetable .class-level-ul:after {
	display: block;
	clear: both;
	height: 0;
	content: "\0020";
}

.treetable .tt-header div span {
	width: auto;
	display: inline-block;
	text-align: center;
}

.treetable .tt-body {
	overflow: hidden;
}

.treetable .tt-header {
	display: none;
}

.treetable .tt-header div {
	border: solid 1px #DDD;
	border-bottom: none;
	background-color: #fff;
}

.btn-group-sm > .btn, .btn-sm {
	padding: 0;
	font-size: 12px;
	line-height: 1;
	border-radius: 0;
}

/*
.fa-plus:before { content: "" !important; display:inline-block; width:10px; height:20px; background:url(../images/ico_plus.png)center 50% no-repeat; }
.fa-minus:before { content: "" !important; display:inline-block; width:10px; height:20px; background:url(../images/ico_minus.png)center 50% no-repeat; }
.fa-remove:before { content: "" !important; display:inline-block; width:10px; height:20px; background:url(../images/ico_del.png)center 50% no-repeat;}
*/

.j-addChild .fa-plus:before {
	content: "" !important;
	display: inline-block;
	width: 10px;
	height: 20px;
	background: url(../images/plus.png) center 50% no-repeat;
}


.timeselector {
	padding: 2px;
	line-height: 100%;
	color: #333;
	border: solid 1px #aaa;
	border-radius: 6px;
	background: #c9c9c9;
	position: absolute;
	overflow: hidden;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.timeselector-item,
.timeselector-separator {
	float: left;
}

.timeselector-value,
.timeselector-button {
	padding: 2px 8px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
}

.timeselector-value {
	display: block;
	color: #444;
	border: solid 1px #fff;
	background: #eee;
}

.timeselector-separator {
	padding: 0 2px;
	margin-top: 26%;
}

.timeselector-button {
	display: block;
	text-decoration: none;
	color: #3383bb;
	border: solid 1px #ccc;
	background: #eee;
}

.timeselector-button:hover {
	color: #599fcf;
	border-color: #bbb;
	background: #f8f8f8;
}

.timeselector-up {
	border-width: 1px 1px 0;
	border-radius: 4px 4px 0 0;
}

.timeselector-down {
	border-width: 0 1px 1px;
	border-radius: 0 0 4px 4px;
}

input[type=text].time_pick {
	width: 120px;
	background: url(../images/time.png) 90% 50% no-repeat #fff;
}

button.apply {
	background: #000;
	color: #fff;
	border: 0;
	border-radius: 3px;
	padding: 9px;
	width: 60px;
	margin-left: 5px;
}


#pie {
	position: absolute;
	top: 50px;
	left: 55%;
	width: 60%;
	height: 420px;
	z-index: 0;
}

.total_state {
	width: 60%;
	padding: 20px 0 0;
	position: relative;
	z-index: 1;
}

.pie_sel {
	position: absolute;
	top: 40px;
	right: 0;
	width: 120px;
	z-index: 10;
}


.accordion-group {
	background-color: transparent;
	display: block;
	padding: 0;
	color: #000;
	margin-bottom: 20px;
	overflow: hidden;
}

.accordion-group-title {
	padding: 10px 20px;
	font-size: 14px;
	background-color: #666;
	color: #fff;
}

.accordion-group-cont {
	padding: 20px;
	border: 1px solid #ddd;
	border-top: 0;
	overflow: hidden;
}


/*
 * Table styles
 */
table.dataTable {
	width: 100%;
	margin: 0 auto;
	clear: both;
	border-collapse: separate;
	border-spacing: 0;
	/*
     * Header and footer styles
     */
	/*
     * Body styles
     */
}

table.dataTable thead th,
table.dataTable tfoot th {
	background: #333;
	color: #fff;
	font-weight: normal;
}

table.dataTable thead th,
table.dataTable thead td {
	padding: 12px 20px;
	border-bottom: 1px solid #111;
}

table.dataTable thead th {
	border-left: 1px solid #444;
}

table.dataTable thead th:active,
table.dataTable thead td:active {
	outline: none;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
	padding: 12px 20px;
	border-top: 1px solid #111;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center right;
}

table.dataTable thead .sorting {
	background-image: url("../images/sort_both.png");
}

table.dataTable thead .sorting_asc {
	background-image: url("../images/sort_asc.png");
}

table.dataTable thead .sorting_desc {
	background-image: url("../images/sort_desc.png");
}

table.dataTable thead .sorting_asc_disabled {
	background-image: url("../images/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled {
	background-image: url("../images/sort_desc_disabled.png");
}

table.dataTable tbody tr {
	background-color: #ffffff;
}

table.dataTable tbody tr.selected {
	background-color: #B0BED9;
}

table.dataTable tbody th,
table.dataTable tbody td {
	padding: 12px 20px;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
	border-top: 1px solid #ddd;
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
	border-top: none;
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
	border-left: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
	border-top: none;
}

table.dataTable td .green {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #008000;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	text-indent: -99999px;
	vertical-align: middle;
}

table.dataTable td .yellow {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #eec51a;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	text-indent: -99999px;
	vertical-align: middle;
}

table.dataTable td .red {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #d32525;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	text-indent: -99999px;
	vertical-align: middle;
}

table.dataTable td .blue {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #6fcef1;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	text-indent: -99999px;
	vertical-align: middle;
}

table.dataTable td .gray {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	text-indent: -99999px;
	vertical-align: middle;
}

table.boardList2 th .green {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #008000;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	text-indent: -99999px;
	vertical-align: middle;
}

table.boardList2 th .yellow {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #eec51a;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	text-indent: -99999px;
	vertical-align: middle;
}

table.boardList2 th .red {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #d32525;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	text-indent: -99999px;
	vertical-align: middle;
}

table.boardList2 th .blue {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #6fcef1;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	text-indent: -99999px;
	vertical-align: middle;
}

table.boardList2 th .gray {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	text-indent: -99999px;
	vertical-align: middle;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
	background-color: #ffffff;
}

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
	background-color: #acbad4;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
	background-color: #f6f6f6;
}

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
	background-color: #aab7d1;
}

table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
	background-color: #acbad5;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
	white-space: nowrap;
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
	padding: 4px 17px 4px 4px;
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
	padding: 4px;
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
	padding: 4px;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
	text-align: left;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
	text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
	text-align: right;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
	text-align: justify;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
	white-space: nowrap;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
	text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
	text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
	text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
	text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
	white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
	text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
	text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
	text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
	text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
	white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
	box-sizing: content-box;
}

table.dataTable input[type=checkbox] {
	display: block;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
	position: relative;
	clear: both;
	*zoom: 1;
	zoom: 1;
}

.dataTables_wrapper .dataTables_length {
	float: left;
}

.dataTables_wrapper .dataTables_filter {
	float: right;
	text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
	margin-left: 0.5em;
}

.dataTables_wrapper .dataTables_info {
	display: none;
	clear: both;
	float: left;
	padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
	text-align: center;
	padding: 20px 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	box-sizing: border-box;
	min-width: 1.5em;
	padding: 9px 1em;
	text-align: center;
	text-decoration: none !important;
	color: #333 !important;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 2px;
	cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #fff !important;
	border: 1px solid #333;
	background-color: #333;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	cursor: default;
	color: #ccc !important;
	border: 1px solid #ddd;
	background: transparent;
	box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: white !important;
	border: 1px solid #111;
	background-color: #585858;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
	/* Chrome10+,Safari5.1+ */
	background: -moz-linear-gradient(top, #585858 0%, #111 100%);
	/* FF3.6+ */
	background: -ms-linear-gradient(top, #585858 0%, #111 100%);
	/* IE10+ */
	background: -o-linear-gradient(top, #585858 0%, #111 100%);
	/* Opera 11.10+ */
	background: linear-gradient(to bottom, #585858 0%, #111 100%);
	/* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
	outline: none;
	background-color: #2b2b2b;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
	/* Chrome10+,Safari5.1+ */
	background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
	/* FF3.6+ */
	background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
	/* IE10+ */
	background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
	/* Opera 11.10+ */
	background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
	/* W3C */
	box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
	padding: 0 1em;
}

.dataTables_wrapper .dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 40px;
	margin-left: -50%;
	margin-top: -25px;
	padding-top: 20px;
	text-align: center;
	font-size: 1.2em;
	background-color: white;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
	color: #333;
}

.dataTables_wrapper .dataTables_scroll {
	clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
	*margin-top: -1px;
	-webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
	vertical-align: middle;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
	height: 0;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: 1px solid #111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
	border-bottom: none;
}

.dataTables_wrapper:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.dataTables_wrapper .dataTables_length {
	margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_length select {
	border: 1px solid #ccc;
	height: 30px;
	border-radius: 2px;
	vertical-align: middle;
}

.dataTables_wrapper .dataTables_filter input {
	border: 1px solid #ccc;
	height: 30px;
	border-radius: 2px;
	vertical-align: middle;
	padding-left: 10px;
}

table.dataTable thead th {

	height: 27px;
	font-size: 14px;
	padding: 10px 7px;
	line-height: 20px;
	background-color: #F5F5F5;
	color: #222;
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	border: none;
	border-right: 1px solid #e3e3e3;
}

table.dataTable thead th:last-of-type {
	border-right: none;
}

table.dataTable tbody td {
	background-color: #ffffff;
	border: none;
	height: 48px;
	font-size: 13px;
	letter-spacing: 1px;
	border-right: 1px solid #e3e3e3;
	padding: 10px 7px;
	line-height: 20px;
	box-sizing: border-box;
	font-size: 13px;
	color: #666666;
	text-align: center;
}

table.dataTable tbody td:last-of-type {
	border-right: none;
}

table.dataTable.no-footer {
	border-bottom: 1px solid #e3e3e3 !important;
	border-top: 1px solid #e3e3e3 !important;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
	background-color: #ffffff !important;
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
	background-color: #ffffff !important;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
	background-color: #ffffff !important;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
	background-color: #ffffff !important;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
	background-color: #ffffff !important;
}

@media screen and (max-width: 767px) {
	.dataTables_wrapper .dataTables_info,
	.dataTables_wrapper .dataTables_paginate {
		float: none;
		text-align: center;
	}

	.dataTables_wrapper .dataTables_paginate {
		margin-top: 0.5em;
	}
}

@media screen and (max-width: 640px) {
	.dataTables_wrapper .dataTables_length,
	.dataTables_wrapper .dataTables_filter {
		float: none;
		text-align: center;
	}

	.dataTables_wrapper .dataTables_filter {
		margin-top: 0.5em;
	}
}

/*!
 * Copyright (c) 2017 NAVER Corp.
 * billboard.js project is licensed under the MIT license
 *
 * billboard.js, JavaScript chart library
 * http://naver.github.io/billboard.js/
 *
 * @version 1.3.0
 */
.bb svg {
	font: 10px sans-serif;
	-webkit-tap-highlight-color: transparent
}

.bb line, .bb path {
	fill: none;
	stroke: #000
}

.bb text {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.bb-bars path, .bb-event-rect, .bb-legend-item-tile, .bb-xgrid-focus, .bb-ygrid {
	shape-rendering: crispEdges
}

.bb-chart-arc path {
	stroke: #fff
}

.bb-chart-arc text {
	fill: #fff;
	font-size: 13px
}

.bb-grid line {
	stroke: #aaa
}

.bb-grid text {
	fill: #aaa
}

.bb-xgrid, .bb-ygrid {
	stroke-dasharray: 3 3
}

.bb-text.bb-empty {
	fill: gray;
	font-size: 2em
}

.bb-line {
	stroke-width: 1px
}

.bb-circle._expanded_ {
	stroke-width: 1px;
	stroke: #fff
}

.bb-selected-circle {
	fill: #fff;
	stroke-width: 2px
}

.bb-bar {
	stroke-width: 0
}

.bb-bar._expanded_ {
	fill-opacity: .75
}

.bb-target.bb-focused {
	opacity: 1
}

.bb-target.bb-focused path.bb-line, .bb-target.bb-focused path.bb-step {
	stroke-width: 2px
}

.bb-target.bb-defocused {
	opacity: .3 !important
}

.bb-region {
	fill: #4682b4;
	fill-opacity: .1
}

.bb-brush .extent {
	fill-opacity: .1
}

.bb-legend-item {
	font-size: 12px
}

.bb-legend-item-hidden {
	opacity: .15
}

.bb-legend-background {
	opacity: .75;
	fill: #fff;
	stroke: #d3d3d3;
	stroke-width: 1
}

.bb-title {
	font: 14px sans-serif
}

.bb-tooltip-container {
	z-index: 1
}

.bb-tooltip {
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #fff;
	empty-cells: show;
	opacity: .9;
	box-shadow: 7px 7px 12px -9px #777
}

.bb-tooltip tr {
	border: 1px solid #ccc
}

.bb-tooltip th {
	background-color: #aaa;
	font-size: 14px;
	padding: 2px 5px;
	text-align: left;
	color: #fff
}

.bb-tooltip td {
	font-size: 13px;
	padding: 3px 6px;
	background-color: #fff;
	border-left: 1px dotted #999
}

.bb-tooltip td > span, .bb-tooltip td > svg {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 6px
}

.bb-tooltip td.value {
	text-align: right
}

.bb-area {
	stroke-width: 0;
	opacity: .2
}

.bb-chart-arcs-title {
	dominant-baseline: middle;
	font-size: 1.3em
}

.bb-chart-arcs .bb-chart-arcs-background {
	fill: #e0e0e0;
	stroke: none
}

.bb-chart-arcs .bb-chart-arcs-gauge-unit {
	fill: #000;
	font-size: 16px
}

.bb-chart-arcs .bb-chart-arcs-gauge-max, .bb-chart-arcs .bb-chart-arcs-gauge-min {
	fill: #777
}

.bb-chart-arc .bb-gauge-value {
	fill: #000
}

/*! jQuery Editable Select - v2.2.5 - https://github.com/indrimuska/jquery-editable-select - (c) 2016 Indri Muska - MIT */
input.es-input {
	padding-right: 20px !important;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAICAYAAAD5nd/tAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABfSURBVHjaYvz//z8DNQFAADF1dnZiNRGXOCEAEEBM2DSTaxgIAAQQU3l5OSOyITAaJk4qAAggRlgYIruKXMNAACCAGEAGwnBHR8d/ZD45GCCAGKkdywABxMRAZQAQYAAhJlrJjBliJwAAAABJRU5ErkJggg==') right center no-repeat;
	height: 34px;
}

input.es-input.open {
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0
}

.es-list {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 1px solid #d1d1d1;
	display: none;
	z-index: 1000;
	background: #fff;
	max-height: 160px;
	overflow-y: auto;
	-moz-box-shadow: 0 2px 3px #ccc;
	-webkit-box-shadow: 0 2px 3px #ccc;
	box-shadow: 0 2px 3px #ccc
}

.es-list li {
	display: block;
	padding: 5px 10px;
	margin: 0
}

.es-list li.selected {
	background: #f3f3f3
}

.es-list li[disabled] {
	opacity: .5
}

.hand {
	cursor: pointer;
}

.divLoader {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000000;
	z-index: 999999;
}

/*
.loader {position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); height:50px; width:50px; border:6px solid #fff; border-right-color:#c30; border-top-color:#c30; border-radius: 100%; animation:spin 600ms infinite linear; z-index:99999999;}
@keyframes spin
{
  from { transform: rotate(0deg); }
  to { transform: rotate(359deg); }
}
*/

.divLoader strong {
	display: block;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.45);
	font-size: 20px;
	position: absolute;
	top: calc(50% + 50px);
	left: 0;
}

.loadingBox {
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 20px;
	position: absolute;
	top: calc(50% - 30px);
	left: 0;
}

@media (max-width: 760px) {
	.divLoader strong {
		font-size: 18px;
		line-height: 1.4;
		padding: 0 20px;
		word-break: keep-all;
	}
}

.loader,
.loader:before,
.loader:after {
	background: #ffffff;
	-webkit-animation: load1 1s infinite ease-in-out;
	animation: load1 1s infinite ease-in-out;
	width: 1em;
	height: 4em;
}

.loader {
	color: #ffffff;
	text-indent: -9999em;
	margin: 0 auto;
	position: absolute;
	font-size: 11px;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

.loader:before,
.loader:after {
	position: absolute;
	top: 0;
	content: '';
}

.loader:before {
	left: -1.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.loader:after {
	left: 1.5em;
}

@-webkit-keyframes load1 {
	0%,
	80%,
	100% {
		box-shadow: 0 0;
		height: 4em;
	}
	40% {
		box-shadow: 0 -2em;
		height: 5em;
	}
}

@keyframes load1 {
	0%,
	80%,
	100% {
		box-shadow: 0 0;
		height: 4em;
	}
	40% {
		box-shadow: 0 -2em;
		height: 5em;
	}
}

.es-list {
	z-index: 99999998;
}

.tooltip.show {
	opacity: .9
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
	padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
	bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
	padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
	left: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
	padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
	top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
	bottom: 0;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
	padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
	right: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem
}

.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem;
	margin: 0 .3rem
}

.popover .arrow::after, .popover .arrow::before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
	margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
	bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
	border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
	bottom: 0;
	border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
	bottom: 1px;
	border-top-color: #fff
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
	margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
	left: calc((.5rem + 1px) * -1);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
	border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
	left: 0;
	border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
	left: 1px;
	border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
	margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
	top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
	border-width: 0 .5rem .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
	top: 0;
	border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
	top: 1px;
	border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
	margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
	right: calc((.5rem + 1px) * -1);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
	border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
	right: 0;
	border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
	right: 1px;
	border-left-color: #fff
}

.popover-header {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	color: inherit;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
	display: none
}

.popover-body {
	padding: .5rem .75rem;
	color: #212529
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-item {
	position: relative;
	display: none;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
	display: block;
	transition: -webkit-transform .6s ease;
	transition: transform .6s ease;
	transition: transform .6s ease, -webkit-transform .6s ease
}

@media screen and (prefers-reduced-motion: reduce) {
	.carousel-item-next, .carousel-item-prev, .carousel-item.active {
		transition: none
	}
}

.carousel-item-next, .carousel-item-prev {
	position: absolute;
	top: 0
}

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
	.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.active.carousel-item-right, .carousel-item-next {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
	.active.carousel-item-right, .carousel-item-next {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.active.carousel-item-left, .carousel-item-prev {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
	.active.carousel-item-left, .carousel-item-prev {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	opacity: 1
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
	opacity: 0
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
	.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade
	.popover {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1060;
		display: block;
		max-width: 276px;
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		font-style: normal;
		font-weight: 400;
		line-height: 1.5;
		text-align: left;
		text-align: start;
		text-decoration: none;
		text-shadow: none;
		text-transform: none;
		letter-spacing: normal;
		word-break: normal;
		word-spacing: normal;
		white-space: normal;
		line-break: auto;
		font-size: .875rem;
		word-wrap: break-word;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid rgba(0, 0, 0, .2);
		border-radius: .3rem
	}

	.popover .arrow {
		position: absolute;
		display: block;
		width: 1rem;
		height: .5rem;
		margin: 0 .3rem
	}

	.popover .arrow::after, .popover .arrow::before {
		position: absolute;
		display: block;
		content: "";
		border-color: transparent;
		border-style: solid
	}

	.bs-popover-auto[x-placement^=top], .bs-popover-top {
		margin-bottom: .5rem
	}

	.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
		bottom: calc((.5rem + 1px) * -1)
	}

	.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
		border-width: .5rem .5rem 0
	}

	.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
		bottom: 0;
		border-top-color: rgba(0, 0, 0, .25)
	}

	.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
		bottom: 1px;
		border-top-color: #fff
	}

	.bs-popover-auto[x-placement^=right], .bs-popover-right {
		margin-left: .5rem
	}

	.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
		left: calc((.5rem + 1px) * -1);
		width: .5rem;
		height: 1rem;
		margin: .3rem 0
	}

	.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
		border-width: .5rem .5rem .5rem 0
	}

	.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
		left: 0;
		border-right-color: rgba(0, 0, 0, .25)
	}

	.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
		left: 1px;
		border-right-color: #fff
	}

	.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
		margin-top: .5rem
	}

	.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
		top: calc((.5rem + 1px) * -1)
	}

	.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
		border-width: 0 .5rem .5rem .5rem
	}

	.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
		top: 0;
		border-bottom-color: rgba(0, 0, 0, .25)
	}

	.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
		top: 1px;
		border-bottom-color: #fff
	}

	.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
		position: absolute;
		top: 0;
		left: 50%;
		display: block;
		width: 1rem;
		margin-left: -.5rem;
		content: "";
		border-bottom: 1px solid #f7f7f7
	}

	.bs-popover-auto[x-placement^=left], .bs-popover-left {
		margin-right: .5rem
	}

	.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
		right: calc((.5rem + 1px) * -1);
		width: .5rem;
		height: 1rem;
		margin: .3rem 0
	}

	.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
		border-width: .5rem 0 .5rem .5rem
	}

	.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
		right: 0;
		border-left-color: rgba(0, 0, 0, .25)
	}

	.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
		right: 1px;
		border-left-color: #fff
	}

	.popover-header {
		padding: .5rem .75rem;
		margin-bottom: 0;
		font-size: 1rem;
		color: inherit;
		background-color: #f7f7f7;
		border-bottom: 1px solid #ebebeb;
		border-top-left-radius: calc(.3rem - 1px);
		border-top-right-radius: calc(.3rem - 1px)
	}

	.popover-header:empty {
		display: none
	}

	.popover-body {
		padding: .5rem .75rem;
		color: #212529
	}

	.togGroup {
		text-align: center;
		font-size: 12px;
		box-sizing: border-box;
		height: 34px;
		border-radius: 3px;
		border: 1px solid #ddd;
	}

	.togGroupOn {
		background-color: #333;
		color: #fff;
		border: 0px solid #ddd;
	}

	#lstTableCount {
		padding: 1px;
		margin: 0px;
		color: #C2153E;
		font-size: 18px;
		line-height: 1.8;
		font-family: "Lucida Console", Monaco, monospace;
	}

	#allCount {
		padding: 1px;
		margin: 0px;
		color: #C2153E;
		font-size: 18px;
		line-height: 1.8;
		font-family: "Lucida Console", Monaco, monospace;
	}


	/*
    CUSTOM
    */
	.flex-container {
		padding: 0;
		margin: 0;
		list-style: none;
		display: flex;
	}

	.space-between {
		justify-content: space-between;
	}
}

div#fieldChooser {
}

.fc-field {
	margin: 5px;
	padding: 7px 70px 7px 7px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(222, 222, 222, 1.0);
	position: relative;
	outline: #ddd solid 1px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.fc-selected {
	background-color: #ebebeb;
}

.fc-selected:hover {
	outline: #ccc solid 1px;
}

.fc-field-list {
	width: 49%;
	height: 280px;
	margin: 0px;
	padding: 3px;
	overflow: scroll;
	overflow-x: hidden;
	border: solid 1px #c6c6c6;
}

.fc-field-list:focus {
	outline: none;
}

.fc-source-fields {
	float: left;
	background-color: #ebebeb;
}

.fc-destination-fields {
	float: none;
	width: 100%;
	height: 240px;
	margin: 0px;
	padding: 3px;
	overflow: scroll;
	overflow-x: hidden;
	border: solid 1px #c6c6c6;
}

div#fieldChooser .tab_rayer {
	width: 49%;
	float: right;
}

div#fieldChooser .tab_rayer .tab_btn {
	position: relative;
	padding: 0px;
}

div#fieldChooser .tab_rayer .tab_btn li {
	position: relative;
	background-color: #ebebeb;
}

div#fieldChooser .tab_rayer .tab_btn li.on {
	background-color: #ddd;
}

div#fieldChooser .tab_rayer .tab_btn li a {
	width: 100%;
	text-align: center;
	display: block;
	line-height: 30px;
	color: #000;
	font-size: 12px;
}

div#fieldChooser .tab_rayer .tab_btn li.on:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 1px;
	background: #000;
}

div#fieldChooser .tab_rayer .tab_btn li {
	width: 14%;
	float: left;
	color: #fff;
	text-align: center;
	padding: 0;
	font-size: 15px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}

div#fieldChooser .tab_rayer .tab_wrap {
	padding: 0;
	margin: 0;
}

div#fieldChooser .tab_rayer .tab_wrap li {
	display: none;
}

div#fieldChooser .tab_rayer .tab_wrap li.show {
	display: block;
}


/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}

/* Hide default HTML checkbox */
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 0px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #2196F3;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.customtit {
	width: 15%;
	display: inline-block;
	margin: 0;
	line-height: 34px;
	float: left;
}


/*new*/
.cover-set {
	width: 100%;
	height: 100%;
	background-size: cover;
	box-sizing: border-box;
}

.cover-set-1 {
	width: 100%;
	height: 100%;
	background-size: cover;
	box-sizing: border-box;
}

.cover-set-2 {
	width: 100%;
	height: 100%;
	background-size: cover;
	box-sizing: border-box;
}

.cover-set-2::before {
	content: '';
	position: absolute;
	top: 30px; /* 테두리 크기만큼 설정 */
	left: 0px;
	right: 30px;
	bottom: 30px;
	background-color: white; /* 중앙 영역의 색상 */
}

.cover-set-3 {
	width: 100%;
	height: 100%;
	background-size: cover;
	box-sizing: border-box;
}

.cover-set-3::before {
	content: '';
	position: absolute;
	top: 30px; /* 테두리 크기만큼 설정 */
	left: 30px;
	right: 0px;
	bottom: 30px;
	background-color: white; /* 중앙 영역의 색상 */
}
.cover-set-4 {
	width: 100%;
	height: 100%;
	background-size: cover;
	box-sizing: border-box;
}


.cover-set.solid {
	background: none;
	background-color: #e7dab7;
}

.cover-set.dark {
	background: none;
	background-color: #c09a51;
}

.cover-outside {
	width:100%;
	height:100%;
	display: inline-block;
	box-sizing: border-box;
}

.cover-in {
	position: absolute;
	border: 0px solid #666666;
	box-sizing: border-box;
	line-height: 1.3;
}

.hcover-top-left {
	top: 0;
	left: 0;
	white-space: nowrap;
}

.hcover-top-center {
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.hcover-top-right {
	top: 0;
	right: 0;
	white-space: nowrap;
}

.hcover-middle-left {
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	white-space: nowrap;
}

.hcover-middle-center {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	white-space: nowrap;
}

.hcover-middle-right {
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	white-space: nowrap;
}

.hcover-bottom-left {
	bottom: 0;
	left: 0;
	white-space: nowrap;
}

.hcover-bottom-center {
	bottom: 0;
	left: 50%;
	white-space: nowrap;
	transform: translateX(-50%);
}

.hcover-bottom-right {
	bottom: 0;
	right: 0;
	white-space: nowrap;
}


.cover-top-left {
	top: 0;
	left: 0;
}

.cover-top-center {
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.cover-top-right {
	top: 0;
	right: 0;
}

.cover-middle-left {
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.cover-middle-center {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.cover-middle-right {
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.cover-bottom-left {
	bottom: 0;
	left: 0;
}

.cover-bottom-center {
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.cover-bottom-right {
	bottom: 0;
	right: 0;
}

.c-item {
	font-size: 180px;
	color:#FFF899;
	font-family: '마이루트해서체', sans-serif;
	text-align: center;
}

.cover-side {
	width: 100%;
	height: 100%;
	background-color: rgba(231, 218, 183, 0.45);
	box-sizing: border-box;
}

.author-set {
	width: 100%;
	height: 100%;
	padding: 200px;
	box-sizing: border-box;
	writing-mode: vertical-lr;
	text-orientation: upright;
	text-align: left;
}

.author-set:after {
	content: "";
	display: block;
	width: calc(100% - 70px);
	height: calc(100% - 70px);
	border: 2px solid rgba(0, 0, 0, 0.35);
	position: absolute;
	top: 35px;
	left: 35px;
	border-radius: 5px;
}

.author-set:before {
	content: "";
	display: block;
	width: calc(100% - 150px);
	height: calc(100% - 150px);
	border: 2px solid rgba(0, 0, 0, 0.35);
	position: absolute;
	top: 75px;
	left: 75px;
	border-radius: 5px;
}

.author-set strong {
	position: relative;
	z-index: 3;
	font-size: 50px;
	font-family: '궁서체', sans-serif;
	line-height: 50px;
	margin-right: 70px;
	display: block;
	letter-spacing: 20px;
	color: #000000;
	font-weight: 500;
}

.author-set p {
	position: relative;
	z-index: 3;
	font-size: 38px;
	font-family: '궁서체', sans-serif;
	letter-spacing: 15px;
	margin-right: 35px !important;
	line-height: 38px !important;
	color: #555555 !important;
	font-weight: 400;
}


/* Custom chart styling */
.jOrgChart {
	padding: 10px;
	box-sizing: border-box;
}

.jOrgChart table {
	margin: 0 auto;
}

/* Custom node styling */
.jOrgChart .node {
	display: inline-block;
	width: auto;
	margin: 0px 1px;
	height: auto;
	border-radius: 3px;
	border: 0px solid white;
	background-color: #333;
	color: #fff;
	box-sizing: border-box;
	white-space: nowrap;
}

.jOrgChart .node .nodein {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	cursor: pointer;
	padding: 5px;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 16px;
	background-color: #000000;
	border-radius: 3px;
}

.userbox {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.userbox .icon {
	display: block;
	min-width: 40px;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	border: 1px solid #dadce0;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	transition: 0.15s;
	box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.15);
	z-index: 1;
}

.userbox .icon:first-of-type {
	margin-left: 0 !important;
}

.userbox .icon {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #FFFFFF;
}

.userbox .icon.none {
	background-size: 32px auto;
	background-repeat: no-repeat;
	background-position: center 6px;
	background-color: #f5f5f5;
}

.userbox .icon .in-box {
	display: none;
	position: absolute;
	min-width: 190px;
	top: 0;
	right: 0;
	background-color: #FFFFFF;
	border: 0.0625rem solid #e3e3e3;
	box-sizing: border-box;
}

.userbox .icon:hover {
	background-color: #dadce0;
	z-index: 2;
}

.userbox .icon:hover .in-box {
	display: block;
}

.userInfo {
	display: flex;
	justify-content: flex-start;
	align-item: center;
	padding: 12px;
	box-sizing: border-box;
}

.userbox .userIcon {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	border: 1px solid #dadce0;
	box-sizing: border-box;
	position: relative;
	box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.15);
	margin-right: 10px;
}

.userbox .userIcon {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.userbox .userName {
	display: block;
	white-space: nowrap;
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
	margin: 0;
	text-align: left;
}

.userbox .userBusi {
	display: flex;
	white-space: nowrap;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	text-align: left;
	font-weight: 500;
}

.userbox .userTime {
	display: flex;
	justify-content: center;
	align-item: center;
	padding: 12px;
	font-size: 12px;
	box-sizing: border-box;
	border-top: 1px solid #e3e3e3;
}

.userbox .userSet {
	display: flex;
	justify-content: flex-start;
	align-item: flex-start;
	padding: 12px;
	box-sizing: border-box;
	border-top: 1px solid #e3e3e3;
}

.userbox .userSet a {
	display: block;
	width: 100%;
	line-height: 20px;
	padding: 7px 10px;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	border-radius: 3px;
	margin-right: 10px;
}

.userbox .userSet a:last-of-type {
	margin-right: 0;
}

.userbox .userSet .set {
	background-color: #3A95D5;
}

.userbox .userSet .log {
	background-color: #666666;
}

.userbox .icon.none .userIcon {
	background-size: 34px auto;
	background-repeat: no-repeat;
	background-position: center 5px;
	background-color: #f5f5f5;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0; /*font-size: 100%; font: inherit; vertical-align: baseline;*/
}

ol, ul, li {
	list-style: none
}

u, i, b, strong {
	display: block;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
}

fieldset, img, button, input[type=submit], input[type=image] {
	border: 0
}

img {
	line-height: 100%;
	font-size: 100%;
	vertical-align: top
}

body {
	font-size: 13px;
	font-family: 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic', Dotum, "돋움", Gulim, "굴림", Verdana, Tahoma, AppleGothic, sans-serif;
	color: #666;
	letter-spacing: 0;
	text-align: left;
}

table {
	border-collapse: collapse;
}

input, textarea, select, button {
	font-size: 13px;
	color: #666;
	border: 1px solid #e5e5e5;
	font-family: 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic', Dotum, "돋움", Gulim, "굴림", Verdana, Tahoma, AppleGothic, sans-serif;
	box-sizing: border-box;
	vertical-align: middle;
}

textarea {
	vertical-align: middle;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

input[type="radio"] {
	border: none;
	margin: 0;
	margin-right: 5px;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

input[type="radio"] {
	border: none;
	margin: 0;
	margin-right: 5px;
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
	box-sizing: border-box;
	padding: 0;
}

.nav {
	display: block;
	width: 80px;
	height: 100%;
	background-color: /*#585a70*/ #585a70;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 4;
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.nav ul {
	height: 100%;
	position: relative;
}

.nav ul li {
	width: 80px;
	height: 72px;
	border-bottom: 1px solid #474857;
}

.nav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 50px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	letter-spacing: -0.25px; /*font-family: 'Do Hyeon', sans-serif;*/
	font-family: 'InfinitySans', sans-serif;
	font-weight: 400;
}

.nav ul li.admin {
	position: absolute;
	bottom: 0;
	border-top: 1px solid #474857;
	border-bottom: none
}

.nav ul li.mypage {
	position: absolute;
	bottom: 0;
	border-top: 1px solid #474857;
	border-bottom: none
}

.nav ul li.community {
	position: absolute;
	bottom: 80px;
	border-top: 1px solid #474857;
	border-bottom: none
}

.nav ul li:nth-of-type(51) a, .nav ul .icn_search a {
	background: url('../images/bookicon/search.png') no-repeat center 15px;
	background-color: #3aa9ab;
	background-size: 30px auto;
	transform: scale(0.94);
}

.nav ul li:nth-of-type(52) a, .nav ul .icn_book a {
	background: url('../images/bookicon/book.png') no-repeat center 10px;
	background-size: 38px auto;
	transform: scale(0.94);
}
.nav ul li:nth-of-type(53) a, .nav ul .icn_book a {
	background: url('../images/bookicon/book.png') no-repeat center 10px;
	background-size: 38px auto;
	transform: scale(0.94);
}

.nav ul li:nth-of-type(54) a, .nav ul .icn_align a {
	background: url('../images/bookicon/align.png') no-repeat center 10px;
	background-size: 38px auto;
	transform: scale(0.94);
}

.nav ul li:nth-of-type(55) a, .nav ul .icn_line a {
	background: url('../images/bookicon/line.png') no-repeat center 10px;
	background-size: 38px auto;
	transform: scale(0.94);
}

.nav ul li:nth-of-type(56) a, .nav ul .icn_supplement a {
	background: url('../images/bookicon/supplement.png') no-repeat center 10px;
	background-size: 38px auto;
	transform: scale(0.94);
}

.nav ul li:nth-of-type(57) a, .nav ul .icn_pensil a {
	background: url('../images/bookicon/pensil.png') no-repeat center 10px;
	transform: scale(0.94);
	background-size: 35px auto;
}

.nav ul li:nth-of-type(58) a, .nav ul .icn_fix a {
	background: url('../images/bookicon/fix.png') no-repeat center 10px;
	transform: scale(0.94);
	background-size: 35px auto;
}

.nav ul li:nth-of-type(59) a, .nav ul .icn_diagram a {
	background: url('../images/bookicon/diagram.png') no-repeat center 10px;
	background-size: 35px auto;
	transform: scale(0.94);
}

.nav ul li:nth-of-type(60) a, .nav ul .icn_commu a {
	background: url('../images/bookicon/icon-commu.png') no-repeat center 10px;
	transform: scale(0.94);
	background-size: 35px auto;
}

.nav ul li.admin a, .nav ul .icn_user a {
	background: url('../images/bookicon/user.png') no-repeat center 10px;
	transform: scale(0.94);
	background-size: 38px auto;
}

.nav ul li.mypage a, .nav ul .icn_user a {
	background: url('../images/bookicon/user.png') no-repeat center 10px;
	transform: scale(0.94);
	background-size: 38px auto;
}

.nav ul li.sub-icon:hover {
	background-color: #31323b
}

.nav ul li.sub-icon.active {
	background-color: #31323b
}

#pageflip-controls {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.55);
	padding: 4px 20px;
	box-sizing: border-box;
	max-width: 640px;
	left: 50%;
	transform: translate(-50%, 0);
	transition: 0.25s;
	border-radius: 20px;
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

#pageflip-controls.on {
	left: calc(50% + 200px);
}

#pageflip-controls.ons {
	left: calc(50% + 150px);
}

#pageflip-controls:after {
	content: "";
	display: block;
	clear: both;
}

#pageflip-controls .controls-bar {
	display: block;
	white-space: nowrap;
	position: absolute;
}

#pageflip-controls .controls-bar.right {
	top: 4px;
	right: 15px;
}

#pageflip-controls .controls-bar > div {
	display: inline-block;
}

#pageflip-controls .controls-center {
	display: block;
	white-space: nowrap;
}

#pageflip-controls .controls-center > div {
	display: inline-block;
	vertical-align: top;
}

#pageflip-controls .controls-center > form {
	display: inline-block;
	vertical-align: top;
}

#pageflip-controls .controls-center > form input {
	color: #FFFFFF;
	height: 40px;
}

#pf-pfpager {
	width: calc(100% - 160px);
}

#pageflip-controls.white {
	background-color: rgba(88, 90, 112, 0.75);
}

#pageflip-controls.white i {
	color: #000000;
}

#pageflip-controls.white .controls-center > form input {
	color: #ffffff;
}

#pageflip {
	background-image: none !important;
}

#b-play {
	display: none !important;
}

#b-first i {
	text-indent: 9999px;;
	background: url('../images/bookicon/arrow.png') no-repeat center center;
	background-size: 30px auto;
	transform: rotate(180deg);
}

#b-prev i {
	text-indent: 9999px;;
	background: url('../images/bookicon/arrow2.png') no-repeat center center;
	background-size: 30px auto;
	transform: rotate(180deg);
}

#b-next i {
	text-indent: 9999px;;
	background: url('../images/bookicon/arrow2.png') no-repeat center center;
	background-size: 30px auto;
}

#b-last i {
	text-indent: 9999px;;
	background: url('../images/bookicon/arrow.png') no-repeat center center;
	background-size: 30px auto;
}

#pageflip-controls .controls-bar.right {
	position: absolute;
	top: 4px;
	right: 15px;
}

@media (max-width: 960px) {
	#pageflip-controls {
		max-width: 40px;
		left: auto;
		right: 0;
		transform: none;
		border: 1px solid #353640;
		border-radius: 0;
		overflow: visible;
	}

	#pageflip-controls {
		padding: 0;
		bottom: 0;
		right: 0;
	}

	#pageflip-controls .controls-bar.left {
		top: 4px;
		left: 4px;
	}

	#pageflip-controls .controls-bar.right {
		top: 4px;
		right: 4px;
	}

	#pageflip-controls i {
		font-size: 12px;
		height: 38px;
		width: 38px;
		line-height: 38px;
		text-align: center;
		color: #FFFFFF;
	}

	#pageflip-controls .controls-center {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	#pageflip-controls .controls-center > div {
		border-bottom: 1px solid #353640;
	}

	#pageflip-controls .controls-center > div:last-of-type {
		border-bottom: none;
	}

	#pageflip-controls .controls-center > form {
		position: fixed;
		bottom: 0;
		left: calc(50% - 35px);
		width: 70px;
	}

	#pageflip-controls .controls-center > form input {
		color: #FFFFFF;
		height: 20px;
		font-size: 12px;
		width: 70px;
	}

	#pageflip-controls.on {
		left: auto;
	}

	#pageflip-controls.ons {
		left: auto;
	}

	#pf-pfpager {
		width: calc(100% - 110px);
	}

	#pageflip {
		background-image: none !important;
	}

	#b-first i {
		text-indent: 9999px;
		background: url('../images/bookicon/arrow.png') no-repeat center center;
		background-size: 24px auto;
		transform: rotate(-90deg);
	}

	#b-prev i {
		text-indent: 9999px;
		background: url('../images/bookicon/arrow2.png') no-repeat center center;
		background-size: 24px auto;
		transform: rotate(-90deg);
	}

	#b-next i {
		text-indent: 9999px;
		background: url('../images/bookicon/arrow2.png') no-repeat center center;
		background-size: 24px auto;
		transform: rotate(90deg);
	}

	#b-last i {
		text-indent: 9999px;
		background: url('../images/bookicon/arrow.png') no-repeat center center;
		background-size: 24px auto;
		transform: rotate(90deg);
	}

	.pf-disabled {
		opacity: 1;
	}

	.pf-disabled i {
		opacity: 0.2;
	}
}

#option-set {
	position: fixed;
	top: calc(50% - 255px);
	right: 10px;
}

#option-set .os-top {
	display: flex;
	flex-direction: column;
	border-radius: 3px;
	background-color: #585A70;
	border: 1px solid #353640;
	margin-top: 20px;
}

#option-set .os-top > div {
	width: 50px;
	height: 51px;
	border-top: 1px solid #353640;
	background-size: 30px auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
	position: relative;
}

#option-set .os-top > div:first-of-type {
	border-top: none;
}

#option-set .os-bottom {
	border-radius: 3px;
	background-color: #585A70;
	border: 1px solid #353640;
}

#option-set .os-range {
	width: 50px;
	height: 150px;
	position: relative;
}

input[type=range] {
	transform: rotate(-90deg);
	appearance: none;
	-webkit-appearance: none;
	background-color: #999999;
	border: none;
	outline: none;
	width: 150px;
	position: absolute;
	top: 70px;
	left: -48px;
}

input[type=range]::-moz-range-track {
	width: 150px;
	height: 10px;
	background: #999999;
	border: none;
	border-radius: 3px;
}

input[type=range]::-webkit-slider-runnable-track {
	width: 150px;
	height: 10px;
	background: #999999;
	border: none;
	border-radius: 3px;
}

input[type=range]::-moz-range-thumb {
	appearance: none;
	-webkit-appearance: none;
	border: none;
	height: 24px;
	width: 10px;
	border-radius: 3px;
	background: #333333;
	margin-top: -7px;
}

input[type=range]::-webkit-slider-thumb {
	appearance: none;
	-webkit-appearance: none;
	border: none;
	height: 24px;
	width: 10px;
	border-radius: 3px;
	background: #333333;
	margin-top: -7px;
}

input[type=range]:focus {
	outline: none;
}

input[type=range]:focus::-moz-range-track {
	background: #999999;
}

input[type=range]:focus::-webkit-slider-runnable-track {
	background: #999999;
}

#option-set .os-bottom button {
	background-color: transparent;
	height: 30px;
	text-align: center;
	width: 100%;
	border: none;
	outline: none;
	color: #FFFFFF;
	cursor: pointer;
}

#option-set .os-zplus {
	border-bottom: 1px solid #353640;
	margin-bottom: 10px;
}

#option-set .os-zminus {
	border-top: 1px solid #353640;
	margin-top: 10px;
}

#option-set .os-back {
	display: flex;
	flex-direction: column;
	border-radius: 3px;
	background-color: #585A70;
	border: 1px solid #353640;
	margin-top: 20px;
}

#option-set .os-back > div {
	width: 50px;
	height: 51px;
	border-bottom: 1px solid #353640;
	background-size: 30px auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
	position: relative;
}

#option-set .os-back > div:last-of-type {
	border-bottom: none;
}

#option-set #b-zoomin {
	background-image: url('../images/icon-zoomin.png');
}

#option-set #b-zoomout {
	background-image: url('../images/icon-zoomout.png');
	border-top: none;
}

#option-set #b-fullscreen {
	background-image: url('../images/icon-fullscreen.png');
}

#option-set #b-print { /*background-image:url('../images/icon-print.png');*/
}

#option-set #b-print .OnsetBtn {
	background-image: url('../images/icon_lang_cc.png');
	background-size: 32px auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#option-set #b-print .OnsetBtn.on {
	background-image: url('../images/icon_lang_kr.png');
}

#option-set #b-rtl-ltr {
	background-image: url('../images/rtl.png');
}

#option-set #b-download {
	background-image: url('../images/icon-download.png');
}

#option-set #b-link {
	background-image: url('../images/icon-share.png');
}

#option-set #b-home {
	background-image: url('../images/icon-help.png');
	background-size: 90%;
}

#option-set .OnsetBtn {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.slide-box {
	position: relative;
	z-index: 4;
}

.side-box {
	width: 350px;
	height: 100%;
	position: fixed;
	top: 0;
	left: 80px;
	background-color: #fff;
	box-shadow: 3px 0px 15px 0px rgb(25 25 25 / 30%);
	overflow: auto;
}

.search-box {
	padding: 15px;
	box-sizing: border-box;
}

.search-box .search-main {
	width: 100%;
	height: 50px;
	border: 3px solid #3aa9ab;
	border-radius: 6px;
	background-color: #fff;
	padding: 0px;
	box-sizing: border-box;
	margin-bottom: 15px;
	box-shadow: 2px 2px 10px -2px rgb(25 25 25 / 15%);
}

.search-box .search-main:after {
	content: "";
	display: block;
	clear: both;
}

.search-box .search-main .search-input {
	width: calc(100% - 77px);
	border: none;
	height: 100%;
	display: block;
	float: left;
	outline: none;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 600;
}

.search-box .search-main a {
	display: block;
	width: 35px;
	height: 100%;
	float: left;
	text-align: center;
}

.search-box .search-main a i {
	font-size: 20px;
	color: #3aa9ab;
	line-height: 44px;
}

.detail-box {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.detail-box ul {
	width: 100%;
	height: auto;
	border: 1px solid #ddd;
	border-radius: 10px;
	margin-bottom: 15px;
}

.detail-box ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #ddd
}

.detail-box ul li input {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	font-size: 14px;
	padding-left: 15px;
	background-color: transparent;
}

.detail-box ul li input:focus {
	border: none;
	outline: none;
}

.detail-box ul li:last-of-type {
	border: none;
}

.search-btn {
	width: 100%;
	display: block;
	background-color: #3aa9ab;
	height: 40px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 6px;
	font-size: 16px;
	color: #fff;
}

.search-btn:hover {
	background-color: #339597;
	color: #fff
}

.detail-box .name {
	width: 60%;
}

.detail-box .dates {
	width: 40%;
}

#sideAside {
	display: none;
	width: 350px;
	height: 100%;
	position: fixed;
	top: 0;
	left: 330px;
	background-color: #fff;
	overflow: auto;
	border-left: 1px solid #e3e3e3;
	padding: 15px;
	flex-direction: column;
}

#sideAside.active {
	display: flex;
}

#sideAside .mpBtn {
	width: 100%;
	background-color: #3aa9ab;
	color: #FFFFFF;
	border-radius: 5px;
	height: 35px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	outline: none;
	margin-top: 20px;
}

#NsideAside {
	display: none;
	width: 1500px;
	height: 100%;
	position: fixed;
	top: 0;
	left: calc(50% - 750px);
	background-color: #fff;
	overflow: auto;
	border-left: 1px solid #e3e3e3;
	padding: 15px;
	flex-direction: column;
	box-shadow: 15px 15px 15px rgb(25, 25, 25, 0.3);
	z-index: 70;
}

#NsideAside.active {
	display: flex;
}

#NsideAside .mpBtn {
	width: 100%;
	background-color: #3aa9ab;
	color: #FFFFFF;
	border-radius: 5px;
	height: 35px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	outline: none;
	margin-top: 20px;
}

#NsideAside .infoBox {
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
	justify-content: space-between;
	align-items: center;
}

#NsideAside .ifName {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#NsideAside .ifName strong {
	display: block;
	font-size: 16px;
	color: #000000;
	font-weight: 500;
	margin-right: 5px;
}

#NsideAside .ifName span {
	display: block;
	font-size: 12px;
	color: #555555;
}

#NsideAside .ifOut button {
	background-color: #3aa9ab;
	border: none;
	color: #FFFFFF;
	border-radius: 20px;
	line-height: 12px;
	font-size: 16px;
	padding: 10px 12px;
	cursor: pointer;
}

#NsideAside .pcTabItem {
	border: none;
	padding: 0;
	position:relative;
}

#NsideAside .mpItem {
	border: 1px solid #e3e3e3;
	border-top: none;
	min-height: 200px;
	max-height: calc(100vh - 210px);
	overflow: auto;
	padding: 15px;
	box-sizing: border-box;
}

#NsideAside .mpItemCont {
	border: 1px solid #e3e3e3;
	border-top: none;
	min-height: 400px;
	box-sizing: border-box;
	padding-bottom: 50px;
	position: relative;
}

#NsideAside .mpItemCont .mpItem {
	border: none;
	border-top: none;
	min-height: 400px;
	padding: 15px;
	box-sizing: border-box;
	max-height: calc(100vh - 270px);
	overflow: auto;
}


.pagination {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	position: absolute;
	bottom: 0px;
	left: 0;
	box-sizing: border-box;
	margin: 20px 0px;
	padding: 10px;
}

.pagination .icon {
	display: inline-flex;
	width: 31px;
	height: 31px;
	margin: 0 2px;
	background-color: #F5F5F5;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	cursor: pointer;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: auto 16px;
}

.pagination .icon.active {
	background-color: #cccccc;
}

.pagination .icon i {
	line-height: 31px;
}


@media (max-width: 960px) {
	.side-box {
		width: 300px;
		left: 0;
	}

	.search-box {
		padding: 10px;
	}

	.search-box .search-main {
		height: 40px;
		border: 2px solid #3aa9ab;
		margin-bottom: 10px;
	}

	.search-box .search-main .search-input {
		width: calc(100% - 60px);
		padding-left: 10px;
		font-size: 14px;
	}

	.search-box .search-main a {
		display: block;
		width: 30px;
	}

	.search-box .search-main a i {
		font-size: 16px;
		line-height: 36px;
	}

	.detail-box {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}

	.detail-box ul {
		margin-bottom: 10px;
	}

	.detail-box ul li {
		width: 100%;
		height: 40px;
	}

	.detail-box ul li input {
		font-size: 12px;
		padding-left: 10px;
	}

	.search-btn {
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}

	#sideAside {
		display: none;
		width: 350px;
		height: 100%;
		position: fixed;
		top: 0;
		left: 330px;
		background-color: #fff;
		overflow: auto;
		border-left: 1px solid #e3e3e3;
		padding: 15px;
		flex-direction: column;
	}

	#sideAside.active {
		display: flex;
	}

	#sideAside .mpBtn {
		width: 100%;
		background-color: #3aa9ab;
		color: #FFFFFF;
		border-radius: 5px;
		height: 35px;
		font-size: 14px;
		text-align: center;
		cursor: pointer;
		outline: none;
		margin-top: 20px;
	}
}

.result-box {
	width: 100%;
	height: calc(100vh - 397px);
	margin-bottom: 20px;
}

.result-box:last-of-type {
	margin-bottom: 0;
}

.result-box.sub {
	width: 100%;
	height: calc(100% - 342px);
	margin-bottom: 0;
}

.search-result {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.search-result > li {
	width: 100%;
	height: auto;
	padding: 10px 10px 10px 5px;
	border-bottom: 1px solid #eff1f3;
	box-sizing: border-box;
	cursor: pointer;
}

.search-result > li:last-of-type {
	border-bottom: none
}

.search-result > li:hover {
	background-color: #eee;
}

.search-result > li > span {
	display: block;
	width: 100%;
	height: 24px;
	margin-bottom: 5px
}

.search-result > li > span:after {
	content: "";
	display: block;
	clear: both;
}

.search-result > li > span strong {
	display: inline-block;
	width: auto;
	float: left;
	font-size: 22px;
	color: #333
}

.search-result > li > span i {
	display: inline-block;
	width: auto;
	float: left;
	font-size: 14px;
	color: #585e68;
	padding: 0 0 0 3px;
}

.search-result > li > span a {
	display: block;
	width: auto;
	float: right;
	padding: 3px 10px;
	background-color: #fff;
	color: #3aa9ab;
	border: 1px solid #3aa9ab;
	font-size: 12px;
	border-radius: 2px;
	font-family: 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic', sans-serif;
}

.search-result > li > span a:hover {
	background-color: #3aa9ab;
	color: #fff;
}

.search-result > li > ul {
	width: 100%;
	height: auto;
}

.search-result > li > ul:after {
	content: "";
	display: block;
	clear: both;
}

.search-result > li > ul li {
	width: auto;
	height: auto;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	padding-right: 10px;
	margin-right: 10px;
	max-width: 100%;
}

.search-result > li > ul li:last-of-type {
	margin: 0;
	padding: 0;
}

.search-result > li > ul li:before {
	content: "";
	display: block;
	background-color: #585e68;
	position: absolute;
	right: 0;
	top: calc(50% - 6px);
	width: 1px;
	height: 12px;
}

.search-result > li > ul li:last-of-type:before {
	display: none;
}

.search-result > li > ul li:after {
	content: "";
	display: block;
	clear: both;
}

.search-result > li > ul li i {
	float: left;
	margin-right: 7px;
	color: #585e68;
	vertical-align: bottom;
}

.search-result > li > ul li b {
	float: left;
	font-size: 22px;
	color: #333;
	vertical-align: bottom;
	max-width: calc(100% - 20px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.search-result.full {
}

.title-text {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: auto;
	font-size: 16px;
	color: #333;
	position: relative;
	box-sizing: border-box;
	padding: 15px 0px 15px 15px;
}

.title-text:before {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 4px);
	left: 0;
	width: 8px;
	height: 8px;
	background-color: #3aa9ab;
}

.title-text:after {
	display: block;
	content: '';
	clear: both;
	position: absolute;
	bottom: 0;
	right: 0;
}

.title-text .left {
	display: flex;
	height: auto;
	font-size: 16px;
	line-height: 1;
	justify-content: flex-start;
	align-items: center;
}

.title-text .btn {
	display: flex;
}

.title-text .btn button {
	outline: none;
	border: none;
	width: auto;
	background-color: #3aa9ab;
	font-size: 12px;
	border-radius: 3px;
	height: 20px;
	padding: 0 5px;
	color: #FFFFFF;
	line-height: 1;
	cursor: pointer;
}


.application-box {
	padding: 15px 20px 125px;
	height: 100%;
	box-sizing: border-box;
}

.box-table {
	padding: 0px;
	margin-bottom: 15px;
}

.box-table table {
	width: 100%;
	border-top: 1px solid #E1E3E9;
}

.box-table table th {
	height: 35px;
	border-left: 1px solid #E1E3E9;
	border-bottom: 1px solid #E1E3E9;
	color: #222;
	font-weight: 400;
	background-color: #F3F4F6;
	border-left: 0;
	border-right: 0;
	text-align: center;
}

.box-table table th:first-child {
	border-left: none;
}

.box-table table tbody td {
	height: 35px;
	padding: 2px 5px;
	background-color: #fff;
	border-bottom: 1px solid #E1E3E9;
	border-right: 0;
	color: #585E68;
	font-size: 14px;
	text-align: center;
	border-left: 1px solid #E1E3E9;
	text-align: left;
}

.box-table table tbody td .input-cont {
	display: block;
	height: 100%;
	width: calc(100% - 45px);
	float: left;
	line-height: 29px;
	font-size: 14px;
	color: #333;
	padding-left: 7px;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.box-table table tbody td .input-cont.full {
	width: 100%;
	text-align: left;
}

.box-table table tbody td .unit {
	display: block;
	width: 45px;
	text-align: right;
	float: left;
	line-height: 29px;
}

.box-table.text table {
	width: 100%;
	border-top: 1px solid #E1E3E9;
}

.box-table.text table th {
	height: 42px;
	border-left: 1px solid #E1E3E9;
	border-bottom: 1px solid #E1E3E9;
	color: #222;
	font-weight: 400;
	background-color: #F3F4F6;
	border-left: 0;
	border-right: 0;
	text-align: center;
}

.box-table.text table th:first-child {
	border-left: none;
}

.box-table.text table tbody td {
	height: 42px;
	padding: 5px;
	background-color: #fff;
	border-bottom: 1px solid #E1E3E9;
	border-right: 0;
	color: #585E68;
	font-size: 14px;
	text-align: center;
	border-left: 1px solid #E1E3E9;
	text-align: left;
}

.box-table.text table tbody td .input-cont {
	display: block;
	height: 100%;
	width: calc(100% - 45px);
	float: left;
	text-align: center;
	line-height: 29px;
	font-size: 14px;
	color: #333;
}

.box-table.text table tbody td .input-cont.full {
	width: 100%;
	text-align: center;
}

.box-table.text table tbody td .unit {
	display: block;
	width: 35px;
	text-align: center;
	float: left;
	line-height: 29px;
}


.box-table-m {
	padding: 0px;
	margin-bottom: 15px;
}

.box-table-m table {
	width: 100%;
	border-top: 1px solid #E1E3E9;
}

.box-table-m table th {
	height: 35px;
	border-left: 1px solid #E1E3E9;
	border-bottom: 1px solid #E1E3E9;
	color: #222;
	font-weight: 400;
	background-color: #F3F4F6;
	border-left: 1;
	border-right: 0;
	text-align: center;
}

.box-table-m table th:first-child {
	border-left: none;
}

.box-table-m table tbody td {
	height: 35px;
	padding: 5px 5px;
	background-color: #fff;
	border-bottom: 1px solid #E1E3E9;
	border-right: 1;
	color: #585E68;
	font-size: 12px;
	text-align: center;
	border-left: 1px solid #E1E3E9;
	text-align: left;
}

.box-table-m table tbody td .input-cont {
	display: block;
	height: 100%;
	width: calc(100% - 45px);
	float: left;
	line-height: 29px;
	font-size: 14px;
	color: #333;
	padding-left: 7px;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.box-table-m table tbody td .input-cont.full {
	width: 100%;
	text-align: left;
}

.box-table-m table tbody td .unit {
	display: block;
	width: 45px;
	text-align: right;
	float: left;
	line-height: 29px;
}

.box-table-m.text table {
	width: 100%;
	border-top: 1px solid #E1E3E9;
}

.box-table-m.text table th {
	height: 42px;
	border-left: 1px solid #E1E3E9;
	border-bottom: 1px solid #E1E3E9;
	color: #222;
	font-weight: 400;
	background-color: #F3F4F6;
	border-left: 0;
	border-right: 0;
	text-align: center;
}

.box-table-m.text table th:first-child {
	border-left: none;
}

.box-table-m.text table tbody td {
	height: 42px;
	padding: 5px;
	background-color: #fff;
	border-bottom: 1px solid #E1E3E9;
	border-right: 0;
	color: #585E68;
	font-size: 14px;
	text-align: center;
	border-left: 1px solid #E1E3E9;
	text-align: left;
}

.box-table-m.text table tbody td .input-cont {
	display: block;
	height: 100%;
	width: calc(100% - 45px);
	float: left;
	text-align: center;
	line-height: 29px;
	font-size: 14px;
	color: #333;
}

.box-table-m.text table tbody td .input-cont.full {
	width: 100%;
	text-align: center;
}

.box-table-m.text table tbody td .unit {
	display: block;
	width: 35px;
	text-align: center;
	float: left;
	line-height: 29px;
}




.check-inbox {
	display: flex;
	flex-direction: column;
}

.check-inbox.Right {
	align-items: flex-end;
	justify-content: flex-end;
}

.check-inbox .check-type {
	display: flex;
	flex-direction: row;
	margin-bottom: 5px;
	justify-content: flex-start;
	align-items: center;
}

.check-inbox .check-type:last-of-type {
	margin-bottom: 0;
}

@media (max-width: 960px) {
	.result-box {
		height: calc(100% - 337px);
	}

	.result-box.sub {
		height: calc(100% - 295px);
		margin-bottom: 0;
	}

	.search-result > li {
		width: 100%;
		height: auto;
		padding: 8px;
	}

	.search-result > li > span {
		width: 100%;
		height: auto;
		margin-bottom: 5px
	}

	.search-result > li > span strong {
		display: block;
		float: left;
		font-size: 14px;
		line-height: 1;
		color: #333
	}

	.search-result > li > span i {
		display: block;
		float: left;
		font-size: 12px;
		line-height: 1;
		padding: 2px 0 0 2px;
	}

	.search-result > li > span a {
		padding: 0 5px;
		border: 1px solid #3aa9ab;
		font-size: 10px;
		line-height: 18px;
	}

	.search-result > li > ul li {
		padding-right: 9px;
		margin-right: 8px;
	}

	.search-result > li > ul li:before {
		content: "|";
		display: block;
		font-size: 10px;
		color: #dedede;
		position: absolute;
		right: 0;
		top: 0;
		line-height: 1.2
	}

	.search-result > li > ul li i {
		margin-right: 5px;
		color: #585e68;
		vertical-align: bottom;
		line-height: 1.2
	}

	.search-result > li > ul li b {
		font-size: 12px;
		color: #333;
		vertical-align: bottom;
		max-width: calc(100% - 15px);
		line-height: 1.2
	}

	.title-text {
		width: 100%;
		height: auto;
		font-size: 14px;
		padding: 8px 0px 8px 10px;
	}

	.title-text:before {
		content: "";
		top: calc(50% - 3px);
		width: 6px;
		height: 6px;
	}

	.title-text:after {
		display: block;
		content: '';
		clear: both;
		position: absolute;
		bottom: 0;
		right: 0;
	}

	.title-text .left {
		display: flex;
		height: auto;
		font-size: 14px;
	}

	.title-text .btn {
		display: flex;
	}

	.title-text .btn button {
		outline: none;
		border: none;
		width: auto;
		background-color: #3aa9ab;
		font-size: 12px;
		border-radius: 3px;
		height: 20px;
		padding: 0 5px;
		color: #FFFFFF;
		line-height: 1;
	}

	.application-box {
		padding: 10px;
		height: 100%;
	}

	.box-table {
		padding: 0px;
		margin-bottom: 10px;
	}

	.box-table table {
		width: 100%;
		border-top: 2px solid #000000;
	}

	.box-table table th {
		height: 30px;
		border: 1px solid #E1E3E9;
		color: #222;
		background-color: #F3F4F6;
		font-size: 12px;
		letter-spacing: -0.75px;
	}

	.box-table table th:first-child {
		border: 1px solid #E1E3E9;
	}

	.box-table table tbody td {
		height: 30px;
		padding: 2px 5px;
		border: 1px solid #E1E3E9;
		color: #585E68;
		font-size: 12px;
	}

	.box-table table tbody td .input-cont {
		width: calc(100% - 45px);
		line-height: 29px;
		font-size: 12px;
		color: #333;
		padding-left: 5px;
	}

	.box-table table tbody td .input-cont.full {
		width: 100%;
		text-align: left;
	}

	.box-table table tbody td .unit {
		line-height: 29px;
	}

	.box-table.text table {
		width: 100%;
		border-top: 1px solid #E1E3E9;
	}

	.box-table.text table th {
		height: 42px;
		border-left: 1px solid #E1E3E9;
		border-bottom: 1px solid #E1E3E9;
		color: #222;
		font-weight: 400;
		background-color: #F3F4F6;
		border-left: 0;
		border-right: 0;
		text-align: center;
	}

	.box-table.text table th:first-child {
		border-left: none;
	}

	.box-table.text table tbody td {
		height: 42px;
		padding: 5px;
		background-color: #fff;
		border-bottom: 1px solid #E1E3E9;
		border-right: 0;
		color: #585E68;
		font-size: 14px;
		text-align: center;
		border-left: 1px solid #E1E3E9;
		text-align: left;
	}

	.box-table.text table tbody td .input-cont {
		display: block;
		height: 100%;
		width: calc(100% - 45px);
		float: left;
		text-align: center;
		line-height: 29px;
		font-size: 14px;
		color: #333;
	}

	.box-table.text table tbody td .input-cont.full {
		width: 100%;
		text-align: center;
	}

	.box-table.text table tbody td .unit {
		display: block;
		width: 35px;
		text-align: center;
		float: left;
		line-height: 29px;
	}

	.check-inbox {
		display: flex;
		flex-direction: column;
	}

	.check-inbox.Right {
		align-items: flex-end;
		justify-content: flex-end;
	}

	.check-inbox .check-type {
		display: flex;
		flex-direction: row;
		margin-bottom: 5px;
		justify-content: flex-start;
		align-items: center;
	}

	.check-inbox .check-type:last-of-type {
		margin-bottom: 0;
	}
}

.application-searchbox {
	margin-bottom: 15px;
}

.app-search {
	box-sizing: border-box;
}

.app-search .search-sub {
	width: 100%;
	height: 45px;
	border: 3px solid #3aa9ab;
	border-radius: 6px;
	background-color: #fff;
	padding: 0px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.app-search .search-sub:after {
	content: "";
	display: block;
	clear: both;
}

.app-search .search-sub .search-input {
	width: calc(100% - 40px);
	height: 100%;
	display: block;
	float: left;
	outline: none;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 600;
	border: none;
}

.app-search .search-sub a {
	display: block;
	width: 35px;
	height: 100%;
	float: left;
	text-align: center;
}

.app-search .search-sub a i {
	font-size: 20px;
	color: #3aa9ab;
	line-height: 40px;
}

@media (max-width: 960px) {
	.application-searchbox {
		margin-bottom: 10px;
	}

	.app-search {
		box-sizing: border-box;
	}

	.app-search .search-sub {
		width: 100%;
		height: 40px;
		border: 2px solid #3aa9ab;
		margin-bottom: 10px;
	}

	.app-search .search-sub .search-input {
		width: calc(100% - 35px);
		padding-left: 15px;
		font-size: 14px;
	}

	.app-search .search-sub a {
		display: block;
		width: 35px;
		height: 35px;
	}

	.app-search .search-sub a i {
		font-size: 18px;
		color: #3aa9ab;
		line-height: 35px;
	}
}

.scrollbox-table {
	height: calc(100% - 498px);
	overflow: auto;
}

.plmi-btn {
	display: block;
	width: auto;
	position: absolute;
	top: 12px;
	right: 0;
}

.plmi-btn a {
	display: inline-block;
	width: 23px;
	height: 23px;
}

.plmi-btn a i {
	font-size: 25px;
	color: #3aa9ab;
}

@media (max-width: 960px) {
	.scrollbox-table {
		height: auto;
	}

	.plmi-btn {
		top: 6px;
	}

	.plmi-btn a {
		width: 20px;
		height: 20px;
	}

	.plmi-btn a i {
		font-size: 20px;
		line-height: 20px;
	}
}

.total-cont {
	width: 350px;
	height: 110px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	box-shadow: 0px 0px 15px 0px rgb(25 25 25 / 30%);
	padding: 15px 20px;
	box-sizing: border-box;
}

.total-cont > span {
	margin-bottom: 15px;
	display: block;
	width: 100%;
	height: 25px;
}

.total-cont > span:after {
	display: block;
	content: "";
	clear: both
}

.total-cont > span i {
	font-size: 14px;
	color: #666;
	float: left;
	vertical-align: bottom;
	line-height: 30px;
}

.total-cont > span span {
	float: right
}

.total-cont > span b {
	font-size: 20px;
	color: #3aa9ab;
	font-weight: 600;
	float: left;
	vertical-align: bottom;
}

.total-cont > span u {
	font-size: 14px;
	color: #666;
	float: left;
	vertical-align: bottom;
	padding-left: 5px;
	line-height: 30px;
}

input[type="text"].table-input,
input[type="password"].table-input {
	width: 100%;
	height: 30px;
	padding: 0 12px;
	background: #fff;
	border: 1px solid #C4CED8;
	color: #646973;
	letter-spacing: 0;
	cursor: text;
	box-sizing: border-box;
}

input[type="text"].table-input.text {
	width: calc(100% - 35px);
	float: left;
}

input[type="text"].table-input:focus,
input[type="password"].table-input:focus {
	border-color: #646973;
}

input[type="text"].table-input.disabled,
input[type="password"].table-input.disabled {
	background: #F0F1F2;
	border-color: #C4CED8;
}

input[type="text"].table-input.error,
input[type="password"].table-input.error {
	border-color: #ED2227;
}

input[type="text"].table-input.lg,
input[type="password"].table-input.lg {
	width: 100%;
}

.box-table select {
	width: 100%;
	height: 30px;
	border: 1px solid #C4CED8;
	border-radius: 3px;
	outline: none;
	padding: 0 15px 0 10px;
	appearance: auto;
}

@media (max-width: 960px) {
	input[type="text"].table-input,
	input[type="password"].table-input {
		padding: 0 7px;
	}
}

.rd-type {
	display: block;
	float: left;
	position: relative;
	min-width: 30px;
	min-height: 28px;
	box-sizing: border-box;
	line-height: 28px;
}

.rd-type {
	padding-left: 25px;
	margin-right: 10px;
}

.rd-type:last-of-type {
	margin-right: 0;
}

.rd-type input {
	width: 20px;
	height: 20px;
	opacity: 0;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 5px;
	padding: 0;
	margin: 0 !important;
}

.rd-type .chk {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	z-index: 1;
	top: 5px;
	left: 0px;
	text-align: center;
	box-sizing: border-box;
}

.rd-type .chk:after {
	content: "\f10c";
	font-family: FontAwesome;
	width: 20px;
	height: 20px;
	font-size: 22px;
	color: #e3e3e3;
	position: absolute;
	left: 0;
	top: -5px;
}

.rd-type .chk.pop:after {
	color: #f5f5f5;
}

.rd-type .txt {
	display: block;
	font-size: 14px;
	color: #555555;
	line-height: 26px;
}

.rd-type input:checked + .chk {
	border-color: #fff;
	background-color: none;
}

.rd-type input:checked + .chk:after {
	content: "\f192";
	color: #3aa9ab;
}

.correct-box {
	height: 100%;
	padding: 15px 20px 125px;
	box-sizing: border-box;
}

.side-box {
	display: none;
}

.side-box.active {
	display: block;
}

/* 신규 팝업 */
#popupBox {
}

#popupBox .popupSet {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	justify-content: center;
	align-items: center;
}

#popupBox .popupSet.on {
	display: flex !important;
}

#popupBox .popupOverlay {
	display: block;
	z-index: 1;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.35);
	z-index: 1;
}

#popupBox .popupInBox {
	display: block;
	width: 1200px;
	height: auto;
	background-color: #FFFFFF;
	padding: 55px 15px 15px;
	box-sizing: border-box;
	z-index: 2;
}

#popupBox .popupInBox.medium {
	width: 850px;
}

#popupBox .popupInBox.small {
	width: 450px;
}

#popupBox .popupInBox.Vsmall {
	width: 400px;
}

#popupBox .pbClose {
	position: absolute;
	display: block;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	z-index: 2;
}

#popupBox .pbClose:after {
	content: "";
	display: block;
	width: 2px;
	height: 24px;
	background-color: #000000;
	position: absolute;
	top: calc(50% - 12px);
	left: calc(50% - 1px);
	transform: rotate(45deg);
}

#popupBox .pbClose:before {
	content: "";
	display: block;
	width: 2px;
	height: 24px;
	background-color: #000000;
	position: absolute;
	top: calc(50% - 12px);
	left: calc(50% - 1px);
	transform: rotate(-45deg);
}

#popupBox .pbTitle {
	display: block;
	position: absolute;
	width: calc(100% - 30px);
	left: 15px;
	top: 5px;
	line-height: 49px;
	border-bottom: 1px solid #e3e3e3;
	text-align: center;
	font-size: 14px;
	z-index: 1;
}

#popupBox .pbTitle.noneBoder {
	border-bottom: none;
}

#popupBox .TextSet {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
	font-size: 14px;
	position: relative;
}

#popupBox .TextSet a {
	color: #3aa9ab;
}

#popupBox .TextSet .serRight {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 14px;
	color: #29cd13;
	letter-spacing: -0.25px;
}

.ui-widget-content {
	z-index: 999 !important;
}

#popupBox .popupSet.right {
	left: auto;
	right: 0;
	width: 360px;
}

#popupBox .popupSet.right .popupInBox {
	top: 0;
	left: auto;
	right: 0;
	width: 400px;
	height: 100%;
	transform: translate(0, 0);
	background-color: #FFFFFF;
	padding: 50px 0 57px;
	box-sizing: border-box;
	z-index: 2;
}

#popupBox .popupSet.right .btnArea {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 10px;
	border-top: 1px solid #e3e3e3;
}

#popupBox .popupSet.right .popCont {
	width: 100%;
	height: calc(100% - 147px);
	position: absolute;
	top: 90px;
	left: 0;
	overflow: auto;
}

#popupBox .popupSet.right .pbTitle {
	width: 100%;
	top: 0;
	left: 0;
	background-color: #000000;
	color: #FFFFFF;
	border-bottom: none;
	line-height: 50px;
}

#popupBox .popupSet.right .pbClose {
	top: 10px;
	right: 10px;
}

#popupBox .popupSet.right .pbClose:before,
#popupBox .popupSet.right .pbClose:after {
	background-color: #FFFFFF;
}

.canvBox {
	width: 100%;
	max-width: 100%;
	border: 1px solid #e3e3e3;
	height: 264px;
	overflow-x: auto;
	overflow-y: hidden;
}

.canvItem {
	width: 100%;
}


.OnlyText {
	display: flex;
	flex-direction: column;
	width: 100%;
	/*min-height: 120px;*/
	padding: 10px;
	justify-content: center;
	align-items: center;
}

.OnlyText p {
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	text-align: center;
}

.pbHeadBox {
	width: 100%;
	padding: 5px 15px;
	flex-direction: row;
	flex-wrap: wrap;
	box-sizing: border-box;
	background-color: #f5f5f5;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
}

.pbHeadBox > li {
	display: flex;
	position: relative;
	margin-right: 10px;
	padding: 5px 12px 5px 0;
}

.pbHeadBox > li > span {
	display: flex;
}

.pbHeadBox > li > span > strong {
	display: block;
	font-size: 22px !important;
	color: #333333;
	line-height: 22px !important;
}

.pbHeadBox > li > span i {
	display: block;
	font-size: 22px !important;
	color: #333333;
	padding: 0 0 0 3px;
	line-height: 22px !important;
}

.pbHeadBox > li:last-of-type {
	margin: 0;
}

.pbHeadBox > li:before {
	content: "";
	display: block;
	width: 1px;
	height: 14px;
	background-color: #585e68;
	position: absolute;
	right: 0;
	top: calc(50% - 7px);
}

.pbHeadBox > li:last-of-type:before {
	display: none;
}

.pbHeadBox > li > i {
	display: block;
	margin-right: 5px;
	font-size: 22px !important;
	color: #999999;
	line-height: 22px !important;
}

.pbHeadBox > li > b {
	display: block;
	font-size: 22px !important;
	color: #333333;
	line-height: 22px !important;
}

.pcTabBox {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #e3e3e3;
	border-bottom: none;
}

.pcTabBox > li {
	display: flex;
	flex: 1 1 33.33%;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	background-color: #F5F5F5;
	position: relative;
}

.pcTabBox > li.active {
	background-color: white!important;
	border-bottom-color: transparent;
}

.pcTabBox > li.active:before {
	content: "";
	display: block;
	width: calc(100% + 2px);
	height: 2px;
	position: absolute;
	top: -1px;
	left: -1px;
	background-color: #3aa9ab;
}

.pcTabBox > li:last-of-type {
	border-right: none;
}

.pcTabBox > li a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	letter-spacing: -0.25px;
}

.pcTabBox > li.active a {
	color: #000000;
}








.pcTabBox2 {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #e3e3e3;
	border-bottom: none;
}

.pcTabBox2 > li {
	display: flex;
	flex: 1 1 33.33%;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	background-color: #F5F5F5;
	position: relative;
}

.pcTabBox2 > li.active {
	background-color: transparent;
	border-bottom-color: transparent;
}

.pcTabBox2 > li.active:before {
	content: "";
	display: block;
	width: calc(100% + 2px);
	height: 2px;
	position: absolute;
	top: -1px;
	left: -1px;
	background-color: #3aa9ab;
}

.pcTabBox2 > li:last-of-type {
	border-right: none;
}

.pcTabBox2 > li a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #777777;
	font-size: 16px;
	letter-spacing: -0.25px;
}

.pcTabBox2 > li.active a {
	color: #000000;
}



.pcTabItem {
	display: block;
	width: 100%;
	height: 400px;
	border: 1px solid #e3e3e3;
	border-top: none;
	padding: 10px;
	box-sizing: border-box;
}

.pcTabItem.full {
	height: auto;
}

.pcTabItem.shot {
	min-height: 200px;
}

.pcTabInItem {
	display: none;
}

.pcTabInItem.on {
	display: block;
}

.pcTabInItem.on.pagingBox {
	position: relative;
}

.areaBox {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.areaBox:last-child {
	margin-bottom: 0;
}

.areaTitle {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding-left: 15px;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	position: relative;
}

.areaTitle .inputbox {
	display: inline-block;
	margin-left: 10px;
}

.areaTitle .inputbox input {
	display: inline-block;
	margin-right: 3px;
}

.areaTitle.inct:before {
	content: "* 필수 입력 항목입니다.";
	display: block;
	font-size: 12px;
	position: absolute;
	top: 0;
	right: 0;
	color: #FF0000;
}

.areaTitle:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background-color: #3aa9ab;
	position: absolute;
	top: calc(50% - 4px);
	left: 0;
}

.areaBox .areaItem {
	resize: none;
	outline: none;
	border: 1px solid #e3e3e3;
	border-radius: 0;
	height: 348px;
	overflow: auto;
	font-size: 24px;
	line-height: 37px;
}

.areaBox .inBox {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin-bottom: 15px;
}

.areaBox .inBox.set {
	justify-content: space-between;
}

.areaBox .inBox .left {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.areaBox .inBox .right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.areaBox .inBox .inboxGruop {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 15px
}

.areaBox .inBox.fnoe {
	display: block;
	margin-top: 10px;
}

.areaBox .inBox .onItem {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin-right: 15px;
}

.areaBox .inBox .onItem:last-of-type {
	margin-right: 0;
}

.areaBox .inBox .onItem label {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #000000;
	font-weight: 600;
	white-space: nowrap;
	margin-right: 10px;
}

.areaBox .inBox .onItem label.small {
	font-weight: 400;
}

.areaBox .inBox .onItem select {
	appearance: auto;
	width: 100%;
	height: 34px;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	padding: 0 9px;
}

.btnArea {
	padding-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btnArea .btnItem {
	display: flex;
	justify-content: center;
	align-items: center;

	min-width: 80px;
	padding: 0 15px;
	height: 36px;
	margin: 0 5px;
	border: 1px solid #e3e3e3;
	background-color: #FFFFFF;
	color: #000000;
	border-radius: 5px;
	cursor: pointer;
}

.btnArea .btnItem.set {
	border-color: #5e81be;
	background-color: #5e81be;
	color: #FFFFFF;
}

.btnArea .btnItem.com {
	border-color: #3aa9ab;
	background-color: #3aa9ab;
	color: #FFFFFF;
}

.btnArea .btnItem.no {
	border-color: #C02B3C;
	background-color: #C02B3C;
	color: #FFFFFF;
}

.btnArea .btnItem.small {
	width: 100px;
}

.btnArea .btnItem.detail {
	border-color: #585A70;
	background-color: #585A70;
	color: #FFFFFF;
}

.areaBox .inBox .btnItem {
	min-width: 80px;
	padding: 0 10px;
	height: 24px;
	line-height: 1;
	margin-right: 2px;
	border: 1px solid #e3e3e3;
	color: #000000;
	cursor: pointer;
}

.areaBox .inBox .btnItem:last-of-type {
	margin-right: 0;
}

.areaBox .inBox .btnItem.com {
	width: 100px;
}

.areaBox .inBox .btnItem.on {
	border-color: #3aa9ab;
	background-color: #3aa9ab;
	color: #FFFFFF;
}

.pcTscrollBox {
	width: 100%;
	height: 480px;
}

.poptable {
	width: 100%;
	margin-bottom: 10px;
}

.poptable:last-of-type {
	margin-bottom: 0;
}

.poptable th,
.poptable td {
	border: 1px solid #e3e3e3;
	max-width: 0;
	padding: 0 10px;
	height: 42px;
}

.poptable th {
	background-color: #FAFAFA;
	text-align: center;
	color: #777777;
	font-weight: 400;
	font-size: 14px;
}

.poptable td {
	color: #333333;
	font-size: 12px;
	text-align: left;
}

.SetList {
	width: 100%;
	height: 100%;
}

.SetList li {
	display: flex;
	margin-bottom: 15px;
	justify-content: flex-start;
	align-items: center;
}

.SetList .slTitle {
	display: block;
	width: 15%;
	margin-right: 2%;
	height: 45px;
	line-height: 45px;
	background-color: #666666;
	color: #FFFFFF;
	text-align: center;
	border-radius: 5px;
}

.SetList .slTitle:last-of-type {
	margin-right: 0;
}

.SetList .stItem {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	align-items: center;
}

.SetList .stText {
	padding-left: 5px;
	font-size: 14px;
	color: #000000;
	display: flex;
	width: 100%;
	justify-content: flex-start;
	align-items: center;
}

.SetList .stItemIn {
	display: block;
	width: 15%;
	margin-right: 2%;
	background-color: #CFD3D8;
	border-radius: 5px;
	overflow: hidden;
}

.SetList .stItemIn:last-of-type {
	margin-right: 0;
}

.SetList .stItemIn span {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #666666;
}

.SetList .stItemIn select {
	width: calc(100% - 10px);
	height: 45px;
	line-height: 45px;
	color: #666666;
	border: none;
	background-color: transparent;
	text-align: left;
	appearance: auto;
	padding: 0 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	outline: none;
}

.SetList li a {
	height: 35px;
	border-radius: 5px;
	background-color: rgb(0, 138, 226);
	color: #fff;
	padding: 5px 11px;
	margin: 5px;
	font-size: 16px;
}

@media (max-width: 960px) {
	#popupBox {
	}

	#popupBox .popupSet {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 5;
	}

	#popupBox .popupOverlay {
		display: block;
		z-index: 1;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.35);
		z-index: 1;
	}

	#popupBox .popupInBox {
		width: 90% !important;
		height: auto;
		padding: 40px 15px 15px;
		max-height: 95%;
		overflow: auto;
	}

	#popupBox .popupInBox.medium {
		width: 85% !important;
	}

	#popupBox .popupInBox.small {
		width: 80% !important;
	}

	#popupBox .popupInBox.Vsmall {
		width: 70% !important;
	}

	#popupBox .pbClose {
		position: absolute;
		display: block;
		top: 8px;
		right: 8px;
		width: 24px;
		height: 24px;
		z-index: 2;
	}

	#popupBox .pbClose:after {
		height: 20px;
		top: calc(50% - 10px);
	}

	#popupBox .pbClose:before {
		height: 20px;
		top: calc(50% - 10px);
	}

	#popupBox .pbTitle {
		display: block;
		position: absolute;
		width: calc(100% - 30px);
		left: 15px;
		top: 5px;
		line-height: 29px;
		font-size: 12px;
	}

	#popupBox .TextSet {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		margin-top: 10px;
		font-size: 12px;
		position: relative;
	}

	#popupBox .TextSet a {
		color: #3aa9ab;
		display: block;
		margin: 0 !important;
	}

	#popupBox .TextSet .serRight {
		display: block;
		position: relative;
		bottom: 0;
		right: 0;
		font-size: 12px;
		color: #29cd13;
		letter-spacing: -0.25px;
	}

	#popupBox .popupSet.right {
		left: auto;
		right: 0;
		width: auto;
	}

	#popupBox .popupSet.right .popupInBox {
		width: 280px;
		padding: 40px 0 57px;
		box-sizing: border-box;
		z-index: 2;
	}

	#popupBox .popupSet.right .btnArea {
		padding: 8px;
	}

	#popupBox .popupSet.right .popCont {
		width: 100%;
		height: calc(100% - 127px);
		position: absolute;
		top: 80px;
		left: 0;
		overflow: auto;
	}

	#popupBox .popupSet.right .pbTitle {
		width: 100%;
		top: 0;
		left: 0;
		background-color: #000000;
		color: #FFFFFF;
		border-bottom: none;
		line-height: 40px;
	}

	#popupBox .popupSet.right .pbClose {
		top: 10px;
		right: 10px;
	}

	#popupBox .popupSet.right .pbClose:before,
	#popupBox .popupSet.right .pbClose:after {
		background-color: #FFFFFF;
	}

	.OnlyText {
		display: flex;
		flex-direction: column;
		width: 100%;
		min-height: 120px;
		padding: 10px;
		justify-content: center;
		align-items: center;
	}

	.OnlyText p {
		font-size: 16px;
		line-height: 24px;
		color: #000000;
		text-align: center;
	}

	.pbHeadBox {
		width: 100%;
		padding: 10px 15px;
		box-sizing: border-box;
		background-color: #f5f5f5;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 15px;
	}

	.pbHeadBox > li {
		display: flex;
		position: relative;
		padding: 0 0 5px 0;
		margin-right: 0;
		width: 100%;
	}

	.pbHeadBox > li > span {
		margin-right: 15px;
	}

	.pbHeadBox > li > span strong {
		display: block;
		font-size: 12px;
		line-height: 1.2;
	}

	.pbHeadBox > li > span i {
		display: block;
		font-size: 12px;
		color: #999999;
		padding: 0 0 0 3px;
		line-height: 14px;
	}

	.pbHeadBox > li:last-of-type {
		margin: 0;
		padding: 0;
	}

	.pbHeadBox > li:before {
		display: none;
	}

	.pbHeadBox > li > i {
		display: block;
		margin-right: 7px;
		font-size: 11px;
		color: #999999;
		line-height: 14px;
	}

	.pbHeadBox > li > b {
		display: block;
		font-size: 12px;
		color: #333333;
		line-height: 14px;
	}

	.pcTabBox > li a {
		height: 35px;
		line-height: 35px;
		font-size: 12px;
	}

	.pcTabItem {
		display: block;
		width: 100%;
		min-height: 400px;
		border: 1px solid #e3e3e3;
		border-top: none;
		padding: 10px;
		box-sizing: border-box;
	}

	.pcTabItem.shot {
		min-height: 200px;
	}

	.pcTabInItem {
		display: none;
	}

	.pcTabInItem.on {
		display: block;
	}

	.areaBox {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}

	.areaBox:last-child {
		margin-bottom: 0;
	}

	.areaTitle {
		margin-bottom: 5px;
		padding-left: 15px;
		font-size: 12px;
		line-height: 20px;
	}

	.areaTitle.inct:before {
		content: "* 항목은 필수 입력 항목입니다.";
		display: block;
		font-size: 12px;
		position: absolute;
		top: 0;
		right: 0;
		color: #FF0000;
	}

	.areaTitle:after {
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		background-color: #3aa9ab;
		position: absolute;
		top: calc(50% - 4px);
		left: 0;
	}


	.areaBox .inBox.set {
		justify-content: flex-start;
	}

	.areaBox .inBox .left {
		width: 100%;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 5px;
	}

	.areaBox .inBox .right {
		width: 100%;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
	}

	.areaBox .inBox .inboxGruop {
		width: 100%;
		justify-content: flex-start;
		align-items: center;
		margin: 0;
		flex-wrap: wrap;
		margin: 5px 0;
	}

	.areaBox .inBox .btnItem {
		min-width: 60px;
		padding: 0 8px;
		margin-right: 1px;
		font-size: 12px;
	}

	.areaBox .inBox .btnItem.com {
		width: 70px;
	}

	.areaBox .inBox .onItem {
		margin-right: 0;
		margin-bottom: 5px;
	}

	.areaBox .inBox .onItem:last-of-type {
		margin-right: 0;
		margin-bottom: 0;
	}

	.areaBox .inBox .onItem label {
		margin-right: 7px;
		font-size: 12px;
	}

	.areaBox .inBox .onItem label.small {
		font-weight: 400;
	}

	.areaBox .inBox .onItem select {
		width: 100%;
		height: 30px;
		border: 1px solid #e3e3e3;
		border-radius: 3px;
		padding: 0 9px;
	}

	.areaBox .inBox .onItem input {
		width: 100%;
	}

	.btnArea {
		padding-top: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.btnArea .btnItem {
		min-width: 70px;
		height: 30px;
		margin: 0 3px;
		border: 1px solid #e3e3e3;
		font-size: 12px;
		line-height: 1;
	}

	.btnArea .btnItem.set {
		border-color: #5e81be;
		background-color: #5e81be;
		color: #FFFFFF;
	}

	.btnArea .btnItem.com {
		border-color: #3aa9ab;
		background-color: #3aa9ab;
		color: #FFFFFF;
	}

	.btnArea .btnItem.no {
		border-color: #C02B3C;
		background-color: #C02B3C;
		color: #FFFFFF;
	}

	.btnArea .btnItem.detail {
		border-color: #585A70;
		background-color: #585A70;
		color: #FFFFFF;
	}

	.pcTscrollBox {
		width: 100%;
		height: 480px;
	}

	.poptable {
		width: 100%;
		margin-bottom: 10px;
	}

	.poptable:last-of-type {
		margin-bottom: 0;
	}

	.poptable th,
	.poptable td {
		border: 1px solid #e3e3e3;
		max-width: 0;
		padding: 0 10px;
		height: 42px;
	}

	.poptable th {
		background-color: #FAFAFA;
		text-align: center;
		color: #777777;
		font-weight: 400;
		font-size: 14px;
	}

	.poptable td {
		color: #333333;
		font-size: 12px;
		text-align: left;
	}

	.SetList {
		width: 100%;
		height: 380px;
	}

	.SetList li {
		margin-bottom: 10px;
	}

	.SetList .slTitle {
		width: 15%;
		margin-right: 2%;
		height: 40px;
		line-height: 40px;
		font-size: 10px;
		letter-spacing: -0.5px;
	}

	.SetList .slTitle:last-of-type {
		margin-right: 0;
	}

	.SetList .stItem {
		display: flex;
		width: 100%;
		justify-content: flex-start;
		align-items: center;
	}

	.SetList .stItemIn {
		display: block;
		width: 15%;
		margin-right: 2%;
		background-color: #CFD3D8;
		border-radius: 5px;
		overflow: hidden;
	}

	.SetList .stItemIn:last-of-type {
		margin-right: 0;
	}

	.SetList .stItemIn span {
		display: flex;
		width: 100%;
		justify-content: center;
		align-items: center;
		height: 40px;
		line-height: 1.2;
		word-break: keep-all;
		font-size: 10px;
		letter-spacing: -0.5px;
		padding: 0 2px;
		outline: none;
	}

	.SetList .stItemIn select {
		width: calc(100% - 10px);
		height: 40px;
		line-height: 18px;
		font-size: 12px;
	}
}

#mypage-box {
	display: flex;
	flex-direction: column;
	padding: 15px;
	box-sizing: border-box;
}

#mypage-box .infoBox {
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
	justify-content: space-between;
	align-items: center;
}

#mypage-box .ifName {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#mypage-box .ifName strong {
	display: block;
	font-size: 16px;
	color: #000000;
	font-weight: 500;
	margin-right: 5px;
}

#mypage-box .ifName span {
	display: block;
	font-size: 12px;
	color: #555555;
}

#mypage-box .ifOut button {
	background-color: #3aa9ab;
	border: none;
	color: #FFFFFF;
	border-radius: 20px;
	line-height: 12px;
	font-size: 12px;
	padding: 4px 12px;
	cursor: pointer;
}

#mypage-box .pcTabItem {
	border: none;
	padding: 0;
}

#mypage-box .mpItem {
	border: 1px solid #e3e3e3;
	border-top: none;
	min-height: 400px;
	padding: 15px;
	box-sizing: border-box;
}

#mypage-box .mpItem .bankSet {
	display: block;
	padding-bottom: 15px;
	border-bottom: 1px solid #e3e3e3;
}

#mypage-box .mpItem .bankSet > strong {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 1;
	color: #000000;
	margin-bottom: 10px;
}

#mypage-box .mpItem .bankSet > div {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

#mypage-box .mpItem .bankSet > div span {
	font-size: 12px;
	color: #333333;
	line-height: 1;
	margin-right: 5px;
}

#mypage-box .mpItem .bankSet > div span:last-of-type {
	margin-right: 0;
}


#mypage-box .mpModi {
	display: flex;
	flex-direction: column;
}

#mypage-box .mpCont {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

#mypage-box .mpCont strong {
	display: block;
	text-align: left;
	font-size: 12px;
	color: #333333;
	font-weight: 400;
}

#mypage-box .mpCont span {
	display: block;
	text-align: right;
	font-size: 14px;
	color: #000000;
	font-weight: 700;
}

#mypage-box .mpMList {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

#mypage-box .mpMList li {
	display: block;
	position: relative;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 15px;
	padding-left: 10px;
	word-break: keep-all;
}

#mypage-box .mpMList li:after {
	content: "-";
	font-size: 12px;
	color: #333333;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 15px;
}

#mypage-box .mpMList li:last-of-type {
	margin-bottom: 0;
}

#mypage-box .mpIpList {
	display: flex;
	flex-direction: column;
}

#mypage-box .mpIpItem {
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
}

#mypage-box .mpIpTitle {
	display: flex;
	width: 100%;
	margin-bottom: 5px;
}

#mypage-box .mpIpSet {
	display: flex;
	flex-direction: row;
	width: 100%;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

#mypage-box .mpIpSet input {
	display: flex;
	flex: 1 1 46%;
	max-width: 46%;
}

#mypage-box .mpIpSet select {
	display: flex;
	flex: 1 1 46%;
	max-width: 46%;
}

#mypage-box .mpIpSet .incenter {
	display: flex;
	flex: 1 1 8%;
	justify-content: center;
	align-items: center;
}

#mypage-box .mpIpSet .inunder {
	display: flex;
	flex: 1 1 5%;
	justify-content: center;
	align-items: center;
}

#mypage-box .mpIpSet input,
#mypage-box .mpIpSet select {
	appearance: auto;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	height: 35px;
	outline: none;
	padding: 0 5px;
	margin-bottom: 5px;
}

#mypage-box .mpIpSet input.full,
#mypage-box .mpIpSet select.full {
	flex: 1 1 100%;
	max-width: 100%;
}

#mypage-box .mpIpSet input.tree,
#mypage-box .mpIpSet select.tree {
	flex: 1 1 30%;
	max-width: 30%;
}

#mypage-box .mpIpSet input:last-child,
#mypage-box .mpIpSet select:last-child {
	margin-bottom: 0;
}

#mypage-box .mpTbox {
	width: 100%;
	word-break: keep-all;
	font-size: 13px;
	color: #333333;
	line-height: 18px;
	font-weight: 400;
	margin-top: 5px;
}

#mypage-box .mpTbox span {
	color: #3aa9ab;
}

#mypage-box .mpBtn {
	width: 100%;
	background-color: #3aa9ab;
	color: #FFFFFF;
	border-radius: 5px;
	height: 35px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	outline: none;
	margin-top: 20px;
}

#mypage-box .mpBtn.prce {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f5f5f5;
	height: 80px;
	border: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 16px;
	color: #000000;
	padding: 0;
	margin: 0;
}

#mypage-box .mpBtn.prce .item {
	display: inline-block;
	width: 26px;
	height: 25px;
	background: url('../images/icon-commu.png') no-repeat 50% 50%;
	background-size: 26px auto;
	margin-right: 10px;
}

#mypage-box .mpIpList.coms {
	padding-top: 0;
}

#mypage-box .mpIpList.coms .mpIpItem {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e3e3e3;
}

#mypage-box .mpIpList.coms .mpIpTitle {
	font-size: 14px;
	color: #000000;
	font-weight: 700;
}

#mypage-box .mpIpList.coms .mpIpSet span {
	color: #999999;
	font-size: 12px;
}


.side-box.admin-box {
	width: 250px;
}

#adminList {
	display: flex;
	flex-direction: column;
}

#adminList .infoBox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 15px;
	align-items: center;
}

#adminList .ifName {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#adminList .ifName strong {
	display: block;
	font-size: 16px;
	line-height: 1;
	color: #000000;
	font-weight: 500;
	margin-right: 5px;
}

#adminList .ifName span {
	display: block;
	font-size: 12px;
	line-height: 1;
	color: #555555;
}

#adminList .ifOut {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#adminList .ifOut button {
	background-color: #3aa9ab;
	border: none;
	color: #FFFFFF;
	border-radius: 20px;
	line-height: 12px;
	font-size: 12px;
	padding: 4px 12px;
	cursor: pointer;
}

#adminList .ifblack {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
	background-color: #000000;
	padding: 0 15px;
}

#adminList .ifblack strong {
	display: block;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 14px;
}

#adminList .ifblack .CloseBtn {
	width: 20px;
	height: 20px;
	background: transparent;
	border: none;
	outline: none;
	position: relative;
}

#adminList .ifblack .CloseBtn:before {
	content: "";
	width: 2px;
	height: 100%;
	background-color: #FFFFFF;
	position: absolute;
	top: 0;
	left: calc(50% - 1px);
	transform: rotate(45deg);
}

#adminList .ifblack .CloseBtn:after {
	content: "";
	width: 2px;
	height: 100%;
	background-color: #FFFFFF;
	position: absolute;
	top: 0;
	left: calc(50% - 1px);
	transform: rotate(-45deg);
}

#adminList .alList {
	display: flex;
	flex-direction: column;
	border-top: 1px solid #e3e3e3;
}

#adminList .alList > li {
	display: flex;
	width: 100%;
	border-bottom: 1px solid #e3e3e3;
	flex-direction: column;
}

#adminList .alList > li > a {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: 12px 15px;
	line-height: 20px;
	font-size: 14px;
	color: #333333;
	width: 100%;
}

#adminList .alList > li > a:hover {
	background-color: #f5f5f5;
}

#adminList .alList > li .toggle {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: 12px 15px;
	line-height: 20px;
	font-size: 14px;
	color: #333333;
	width: 100%;
	cursor: pointer;
	position: relative;
}

#adminList .alList > li .toggle:after {
	content: "";
	display: block;
	width: 16px;
	height: 10px;
	position: absolute;
	top: calc(50% - 5px);
	right: 15px;
	background: url('../images/arrowDown.png') no-repeat 50% 50%;
	transition: 0.25s;
	background-size: 16px auto;
}

#adminList .alList > li .toggle.on:after {
	transform: rotate(180deg);
}

#adminList .alsList {
	display: none;
	flex-direction: column;
	border-top: 1px solid #e3e3e3;
}

#adminList .alsList.on {
	display: flex;
}

#adminList .alsList > li {
	display: flex;
	width: 100%;
	border-bottom: 1px solid #e3e3e3;
	flex-direction: column;
}

#adminList .alsList > li:last-of-type {
	border-bottom: none;
}

#adminList .alsList > li > a {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: 10px 15px 10px 25px;
	line-height: 20px;
	font-size: 12px;
	color: #333333;
	width: 100%;
	background-color: #F5f5f5
}

@media (max-width: 960px) {
	.side-box.admin-box {
		width: 220px;
	}

	#adminList .infoBox {
		padding: 5%;
	}

	#adminList .ifName {
		width: 100%;
	}

	#adminList .ifName strong {
		font-size: 12px;
		font-weight: 500;
		margin-right: 2%;
	}

	#adminList .ifName span {
		font-size: 10px;
	}

	#adminList .ifOut {
		width: 100%;
	}

	#adminList .ifOut button {
		border-radius: 10px;
		line-height: 12px;
		font-size: 10px;
		padding: 4px 6px;
		cursor: pointer;
	}

	#adminList .ifblack {
		height: 40px;
		padding: 0 5%;
	}

	#adminList .ifblack .CloseBtn {
		width: 16px;
		height: 16px;
	}

	#adminList .alList {
		border-top: 1px solid #e3e3e3;
	}

	#adminList .alList > li {
		border-bottom: 1px solid #e3e3e3;
	}

	#adminList .alList > li > a {
		padding: 3.5% 5%;
		line-height: 20px;
		font-size: 12px;
	}

	#adminList .alList > li > a:hover {
		background-color: #f5f5f5;
	}

	#adminList .alList > li .toggle {
		padding: 3.5% 5%;
		line-height: 20px;
		font-size: 12px;
	}
}

.nTextBox {
	display: flex;
	flex-direction: row;
	height: 500px;
}

.nTextBox .ntInBox {
	display: flex;
	flex-direction: column;
	flex: 1 1 50%;
	margin-right: 10px;
	border: 1px solid #e3e3e3;
	padding: 15px;
}

.nTextBox .ntInBox:last-of-type {
	margin-right: 0;
}

.nTextBox .ntHead {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.nTextBox .ntHead .areaTitle {
	margin-bottom: 0;
}

.nTextBox .ntHead .ntSSet {
	display: flex;
	font-size: 12px;
	color: #3aa9ab;
	width: 100%;
	justify-content: flex-end;
}

.ntipSet {
	display: flex;
	flex-direction: column;
}

.ntipSet .ntipCont {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-end;
	margin-bottom: 15px;
}

.ntipSet .ntipCont:last-child {
	margin-bottom: 0;
}

.ntipSet .ntipCont input {
	width: 50%;
	background-color: #FFFFFF;
	border-radius: 0;
}

.ntipSet .ntipCont input.shot {
	width: 50px;
	margin-left: 5px;
	padding: 9px 3px;
	outline: none;
}

.ntipSet .ntipCont span {
	display: block;
	margin-left: 5px;
}

.ntipSet .centerTitle {
	margin-bottom: 5px;
	display: block;
	width: 100%;
	text-align: left;
	font-size: 14px;
	color: #000000;
}

.ntipSet .inBtn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
}

.ntipSet .inBtn button {
	width: 100px;
	height: 32px;
	border: 1px solid #3aa9ab;
	background-color: #FFFFFF;
	color: #3aa9ab;
	cursor: pointer;
}

.ntipSet .inBtn button:hover {
	background-color: #3aa9ab;
	color: #FFFFFF;
}

.ntipSet .inBtn button:focus {
	background-color: #3aa9ab;
	color: #FFFFFF;
}

.ntSearch {
	height: calc(100% - 35px);
}

#ntSList {
	display: flex;
	flex-direction: column;
}

#ntSList .ntSItem {
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid #e3e3e3;
	padding: 15px 0;
	position: relative;
}

#ntSList .ntSItem .ntSName {
	position: absolute;
	right: 0;
	top: 10px;
	padding: 2px 6px;
	line-height: 1;
	background-color: #353640;
	color: #FFFFFF;
	font-size: 12px;
	border-radius: 5px;
}

#ntSList .ntSImg {
	display: flex;
	width: 65px;
	height: 65px;
	justify-content: center;
	align-items: center;
	border: 1px solid #e3e3e3;
	font-size: 42px;
	color: #000000;
	margin-right: 5px;
}

#ntSList .ntSImg canvas {
	width: 100%;
	height: 100%;
}

#ntSList .ntSbox {
	display: flex;
	width: calc(100% - 70px);
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

#ntSList .ntSTextTop {
	display: flex;
	flex-direction: row;
}

#ntSList .ntSTextTop span {
	display: block;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}

#ntSList .ntSTextTop strong {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	margin-left: 3px;
}

#ntSList .ntSTextTop i {
	display: block;
	font-size: 12px;
	line-height: 20px;
	color: #999999;
	margin-left: 3px;
}

#ntSList .ntSTextMiddle {
	display: flex;
	flex-direction: row;
}

#ntSList .ntSTextMiddle li {
	display: block;
	line-height: 20px;
	font-size: 12px;
	color: #333333;
	margin-right: 5px;
}

#ntSList .ntSTextMiddle li:last-of-type {
	margin-right: 0;
}

#ntSList .ntSBtn {
	display: flex;
	flex-direction: row;
	margin-top: 5px;
	width: 100%;
}

#ntSList .ntSBtn button {
	display: inline-flex;
	height: 20px;
	flex: 1 1 32%;
	margin-right: 2%;
	font-size: 12px;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	padding: 0;
	cursor: pointer;
	color: #FFFFFF;
}

#ntSList .ntSBtn button:last-of-type {
	margin-right: 0;
}

#ntSList .ntSBtn button.detail {
	border-color: #585A70;
	background-color: #585A70;
}

#ntSList .ntSBtn button.modify {
	border-color: #E75B5B;
	background-color: #E75B5B;
}

#ntSList .ntSBtn button.codecapy {
	border-color: #3aa9ab;
	background-color: #3aa9ab;
}

@media (max-width: 960px) {
	.nTextBox {
		display: flex;
		flex-direction: column;
	}

	.nTextBox .ntInBox {
		flex: 1 1 100%;
		margin-right: 0;
		margin-bottom: 10px;
		padding: 10px;
	}

	.nTextBox .ntInBox.half {
		height: 50%;
	}

	.nTextBox .ntInBox:last-of-type {
		margin-right: 0;
		margin-bottom: 0;
	}

	.nTextBox .ntHead {
		margin-bottom: 10px;
	}

	.nTextBox .ntHead .areaTitle {
		margin-bottom: 0;
	}

	.ntipSet .ntipCont {
		margin-bottom: 10px;
	}

	.ntipSet .ntipCont:last-child {
		margin-bottom: 0;
	}

	.ntipSet .ntipCont input {
		width: 50%;
		height: 30px;
	}

	.ntipSet .ntipCont input.shot {
		width: 50px;
		padding: 9px 3px;
	}

	.ntipSet .ntipCont span {
		font-size: 12px;
	}

	.ntipSet .centerTitle {
		margin-bottom: 5px;
		font-size: 12px;
	}

	.ntipSet .inBtn {
		margin-top: 10px;
	}

	.ntipSet .inBtn button {
		width: 100px;
		height: 32px;
		border: 1px solid #3aa9ab;
		background-color: #FFFFFF;
		color: #3aa9ab;
		cursor: pointer;
	}

	.ntipSet .inBtn button:hover {
		background-color: #3aa9ab;
		color: #FFFFFF;
	}

	.ntipSet .inBtn button:focus {
		background-color: #3aa9ab;
		color: #FFFFFF;
	}

	.ntSearch {
		height: calc(100% - 35px);
	}

	#ntSList {
		display: flex;
		flex-direction: column;
	}

	#ntSList .ntSItem {
		padding: 10px 0;
	}

	#ntSList .ntSImg {
		display: flex;
		width: 50px;
		height: 50px;
		margin-right: 5px;
	}

	#ntSList .ntSbox {
		display: flex;
		width: calc(100% - 55px);
	}

	#ntSList .ntSTextTop {
		display: flex;
		flex-direction: row;
	}

	#ntSList .ntSTextTop span {
		display: block;
		font-size: 12px;
		line-height: 20px;
		color: #333333;
	}

	#ntSList .ntSTextTop strong {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		font-size: 14px;
		line-height: 20px;
		color: #000000;
		margin-left: 3px;
	}

	#ntSList .ntSTextTop i {
		display: block;
		font-size: 12px;
		line-height: 20px;
		color: #999999;
		margin-left: 3px;
	}

	#ntSList .ntSTextMiddle {
		display: flex;
		flex-direction: row;
	}

	#ntSList .ntSTextMiddle li {
		display: block;
		line-height: 20px;
		font-size: 12px;
		color: #333333;
		margin-right: 5px;
	}

	#ntSList .ntSTextMiddle li:last-of-type {
		margin-right: 0;
	}

	#ntSList .ntSBtn {
		display: flex;
		flex-direction: row;
		margin-top: 5px;
		width: 100%;
	}

	#ntSList .ntSBtn button {
		display: inline-flex;
		height: 20px;
		flex: 1 1 32%;
		margin-right: 2%;
		font-size: 12px;
		justify-content: center;
		align-items: center;
		border-radius: 3px;
		padding: 0;
		cursor: pointer;
		color: #FFFFFF;
	}

	#ntSList .ntSBtn button:last-of-type {
		margin-right: 0;
	}

	#ntSList .ntSBtn button.detail {
		border-color: #585A70;
		background-color: #585A70;
	}

	#ntSList .ntSBtn button.modify {
		border-color: #E75B5B;
		background-color: #E75B5B;
	}

	#ntSList .ntSBtn button.codecapy {
		border-color: #3aa9ab;
		background-color: #3aa9ab;
	}
}

#ntABox {
	display: flex;
	flex-direction: row;
	padding: 20px;
	height: 480px;
}

#ntABox .ntAImg {
	display: flex;
	flex-direction: column;
	width: 150px;
	margin-right: 25px;
}

#ntABox .ntACheck {
	display: flex;
	flex-direction: row;
	margin-bottom: 10px;
}

#ntABox .ntACheck .ntACbox {
	display: flex;
	flex-direction: row;
	margin-right: 15px;
	justify-content: center;
	align-items: flex-start;
}

#ntABox .ntACheck .ntACbox label {
	margin-left: 5px;
}

#ntABox .ntAImgBox {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 150px;
	border: 1px solid #e3e3e3;
	position: relative;
	font-size: 120px;
	line-height: 120px;
	color: #000000;
}

#ntABox .ntAImgBox:after {
	content: "";
	background-color: #e3e3e3;
	width: 100%;
	height: 1px;
	position: absolute;
	top: calc(50% - 0.5px);
	left: 0;
	z-index: 2;
}

#ntABox .ntAImgBox:before {
	content: "";
	background-color: #e3e3e3;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: calc(50% - 0.5px);
	z-index: 2;
}

#ntABox .ntAImgBox canvas {
	position: relative;
	z-index: 1;
}

#ntABox .ntAImgBox.three:after {
	top: 33.33%;
}

#ntABox .ntAImgBox.three:before {
	left: 33.33%;
}

#ntABox .ntAImgBox .trLine {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

#ntABox .ntAImgBox .trLine:after {
	content: "";
	background-color: #e3e3e3;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 66.66%;
	left: 0;
}

#ntABox .ntAImgBox .trLine:before {
	content: "";
	background-color: #e3e3e3;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 66.66%;
}

#ntABox .ntASetting {
	display: flex;
	flex-direction: column;
	width: calc(100% - 175px);
}

#ntABox .ntAcodeBox {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 5px;
}

#ntABox .ntAcodeBox strong {
	display: block;
	line-height: 19px;
	font-size: 12px;
	color: #000000;
	margin-right: 10px;
}

#ntABox .ntAcodeBox span {
	display: block;
	line-height: 19px;
	font-size: 12px;
	color: #777777;
}

#ntABox .ntAArea {
	display: flex;
	flex-direction: column;
	height: auto;
	max-height: 265px;
	overflow: auto;
	padding: 0 5px;
	margin-bottom: 5px;
}

#ntABox .ntAaHead {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	padding: 10px 5px;
}

#ntABox .ntAaHead span {
	display: block;
	margin-right: 5px;
	font-size: 12px;
	color: #333333;
}

#ntABox .ntAaHead .selMD {
	width: 70px
}

#ntABox .ntAaHead .selSM {
	width: 70px;
}

#ntABox .ntAaHead .selIp {
	width: 70px;
}

#ntABox .ntAaHead .selIs {
	width: 60px;
}

#ntABox .ntAaItem {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5px;
}

#ntABox .ntAaItem:last-of-type {
	margin-bottom: 0;
}

#ntABox .ntAOnBox {
	display: flex;
	flex-direction: column;
}

#ntABox .ntAIn {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

#ntABox .ntAIn input,
#ntABox .ntAIn select {
	background-color: #FFFFFF;
	border-radius: 0;
	height: 40px;
	border: 1px solid #e3e3e3;
	padding: 0 5px;
	min-width: 40px;
	appearance: auto;
	margin-right: 5px;
	outline: none;
}

#ntABox .ntAIn input {
	width: 70px;
}

#ntABox .ntAIn input.spcCH {
	width: 60px;
}

#ntABox .ntAIn select {
	width: 70px;
}

#ntABox .ntAIn select.set {
	width: 70px;
}

#ntABox .ntAIn .ntAInSet {
	margin-left: 5px;
}

#ntABox .ntAInPlus {
	display: none;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-top: 5px;
	border: 1px solid #e3e3e3;
	background-color: #F5F5F5;
	border-radius: 5px;
	padding: 3px 5px;
	flex-flow: wrap;
}

#ntABox .ntAInPlus.on {
	display: flex;
}

#ntABox .ntAInPlus strong {
	display: block;
	width: 100%;
	font-size: 12px;
	color: #000000;
	margin-bottom: 3px;
}

#ntABox .ntaPItem {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-right: 12px;
}

#ntABox .ntaPItem:last-of-type {
	margin-right: 0;
}

#ntABox .ntaPItem label {
	display: block;
	margin-right: 5px;
	font-size: 10px;
}

#ntABox .ntaPItem input {
	background-color: #FFFFFF;
	border-radius: 0;
	height: 25px;
	border: 1px solid #e3e3e3;
	padding: 0 5px;
	width: 50px;
	appearance: auto;
	outline: none;
}

#ntABox .ntaPItem span {
	display: block;
	margin-left: 3px;
}

#ntABox .ntAaBtn {
	display: flex;
}

#ntABox .ntAaBtn button {
	border: 1px solid #e3e3e3;
	background-color: #FFFFFF;
	border-radius: 3px;
	cursor: pointer;
	margin: 0;
	margin-right: 3px;
}

#ntABox .ntAaBtn button:last-of-type {
	margin-right: 0;
}

#ntABox .ntAaBtn button.com {
	border-color: #3aa9ab;
	background-color: #3aa9ab;
	color: #FFFFFF;
}

#ntABox .ntAaBtn button.no {
	border-color: #C02B3C;
	background-color: #C02B3C;
	color: #FFFFFF;
}

#ntABox .ntAaBtn button:hover {
	border: 1px solid #e3e3e3;
	background-color: #e3e3e3;
}

#ntABox .ntAaaset {
	display: flex;
	flex-direction: column;
	padding-left: 5px;
}

#ntABox .ntAaasITem {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 5px;
}

#ntABox .ntAaasITem:last-of-type {
	margin-bottom: 0;
}

#ntABox .ntAaasITem strong {
	display: block;
	width: 70px;
	font-size: 12px;
	color: #333333;
	text-align: left;
	margin-right: 5px;
}

#ntABox .ntAaasITem input {
	background-color: #FFFFFF;
	border-radius: 0;
	height: 40px;
	border: 1px solid #e3e3e3;
	padding: 0 5px;
	width: 120px;
	appearance: auto;
	outline: none;
}

#ntAViewBox {
	display: flex;
	flex-direction: row;
	padding: 15px;
	min-height: 200px;
}

#ntAViewBox .ntAImg {
	display: flex;
	flex-direction: column;
	width: 100px;
	margin-right: 15px;
}

#ntAViewBox .ntAImgBox {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	border: 1px solid #e3e3e3;
	position: relative;
	font-size: 78px;
	line-height: 98px;
	color: #000000;
}

#ntAViewBox .ntASetting {
	display: flex;
	flex-direction: column;
	width: calc(100% - 115px);
}

#ntAViewBox .ntVwList {
	display: flex;
	flex-direction: column;
	width: 100%;
}

#ntAViewBox .ntVwlItem {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 10px;
}

#ntAViewBox .ntVwlItem:last-of-type {
	margin-bottom: 0;
}

#ntAViewBox .nVTitle {
	display: flex;
	width: 75px;
	font-size: 12px;
	color: #666666;
	justify-content: flex-start;
	align-items: center;
	font-weight: 400;
}

#ntAViewBox .nVText {
	display: flex;
	width: calc(100% - 75px);
	font-size: 13px;
	color: #000000;
	justify-content: flex-start;
	align-items: center;
}

#ntAViewBox .nTCode {
	display: flex;
	width: calc(100% - 75px);
	justify-content: flex-start;
	align-items: center;
}

#ntAViewBox .nTCode span {
	display: block;
	font-size: 12px;
	color: #3aa9ab;
	margin-right: 10px;
}

#ntAViewBox .nTCode button {
	font-size: 12px;
	line-height: 12px;
	color: #FFFFFF;
	border-color: #3aa9ab;
	background-color: #3aa9ab;
	padding: 3px 5px;
	border-radius: 5px;
	cursor: pointer;
}

#ntAViewBox .nTInList {
	display: flex;
	flex-direction: column;
}

#ntAViewBox .nTInLItem {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
}

#ntAViewBox .nTInLItem strong {
	display: flex;
	margin-right: 15px;
	justify-content: flex-start;
	align-items: center;
	color: #000000;
	flex-wrap: nowrap;
}

#ntAViewBox .nTInLItem span {
	display: flex;
	color: #333333;
	flex-wrap: nowrap;
}

.JMList {
	display: flex;
	flex-direction: column;
}

.JMList .JMItem {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #e3e3e3;
	padding: 10px 0;
}

.JMList .JMTitle {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background-color: #f5f5f5;
	line-height: 24px;
	margin-bottom: 10px;
}

.JMInList {
	display: flex;
	flex-direction: column;
}

.JMInList .JMInItem {
	display: flex;
	flex-direction: row;
	margin-bottom: 5px;
	justify-content: space-between;
	align-items: center;
}

.JMInList .JMInItem.cols {
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	border: 1px solid #e3e3e3;
	padding: 5px;
}

.JMInList .JMInItem > p {
	font-size: 12px;
	line-height: 20px;
	color: #E75B5B;
	text-align: left;
}

.JMInList .JMInTitle {
	display: flex;
	width: 70px;
	justify-content: flex-start;
	align-items: center;
	font-size: 12px;
	color: #666666;
}

.JMInList .JMInText {
	display: flex;
	width: calc(100% - 70px);
	justify-content: flex-end;
	align-items: center;
	font-size: 13px;
	color: #000000;
}

.JMInList .JMInText.date {
	font-size: 12px;
	color: #666666;
}

.JMInList .JMInText.state {
}

.JMInList .JMInText.state.ing {
	color: #cccccc;
}

.JMInList .JMInText.state.com {
	color: #3aa9ab;
}

.JMBtn {
	display: flex;
	flex-direction: row;
	margin-top: 5px;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.JMBtn button {
	display: inline-flex;
	height: 20px;
	width: 32%;
	margin-right: 2%;
	font-size: 12px;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	padding: 0;
	cursor: pointer;
	color: #FFFFFF;
	line-height: 1;
}

.JMBtn button:last-of-type {
	margin-right: 0;
}

.JMBtn button.detail {
	border-color: #585A70;
	background-color: #585A70;
}

.JMBtn button.modify {
	border-color: #E75B5B;
	background-color: #E75B5B;
}

.JMBtn button.view {
	border-color: #3aa9ab;
	background-color: #3aa9ab;
}

.areaTable {
	width: 100%;
}

.areaTable .inc:after {
	content: "*";
	position: absolute;
	top: 3px;
	left: 5px;
	font-size: 12px;
	color: #FF0000;
	font-weight: 700;
}

.areaTable th, td {
	border: 1px solid #e3e3e3;
	height: 36px;
	padding: 3px 5px;
	font-size: 14px;
	max-width: 0;
	position: relative;
}

.areaTable th {
	background-color: #f5f5f5;
	color: #333333;
	text-align: center;
	font-weight: 400;
}

.areaTable .atCText {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.areaTable .atItemSetBox {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: flex-start;
	align-items: center;
}

.areaTable .atItemSetBox .aTIinBox {
	display: flex;
	flex: 1 1 33.33%;
	justify-content: flex-start;
	align-items: end;
	padding: 0 10px;
}

.areaTable .atItemSetBox .aTIinBox span {
	display: flex;
	flex: 1 1 33.33%;
	justify-content: flex-end;
	align-items: center;
}

.areaTable select,
.areaTable input {
	height: 30px;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	outline: none;
}

.areaTable input.datepicker {
	background: url(../images/calendar.png) no-repeat right 5px center;
}

.areaTable input.full {
	width: 100%;
}

.areaTable select {
	padding: 0 15px 0 10px;
	appearance: auto;
}

.areaTable textarea {
	width: 100%;
	min-height: 100px;
	overflow: auto;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	outline: none;
	resize: none;
}

.AreaDateBox {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.AreaDateBox .radioBox {
	display: flex;
	flex-direction: row;
	margin-right: 12px;
	justify-content: flex-start;
	align-items: center;
}

.AreaDateBox .radioBox label {
	margin-left: 7px;
}

.AreaDateBox .adbdBox {
	display: flex;
	flex-direction: row;
	margin-right: 12px;
	justify-content: flex-start;
	align-items: center;
	flex: 1 1 auto;
}

.AreaDateBox .adbdBox select {
	width: 100%;
}

.AreaDateBox .adbdBox span {
	display: block;
	font-size: 14px;
	color: #333333;
	margin-left: 10px;
}

.AreaFMBox {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.AreaFMBox .radioBox {
	display: flex;
	flex-direction: row;
	margin-right: 5px;
	justify-content: flex-start;
	align-items: center;
}

.AreaFMBox .radioBox label {
	margin-left: 4px;
}

.AreaFMBox .adbdBox {
	display: flex;
	flex-direction: row;
	margin-right: 5px;
	justify-content: flex-start;
	align-items: center;
	flex: 1 1 auto;
}

.AreaFMBox .adbdBox input {
	width: 100%;
}

.AreaFMBox .adbdBox span {
	display: block;
	font-size: 14px;
	color: #333333;
	margin-left: 5px;
}

.areaAddresBox {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.areaAddresBox button {
	width: 100px;
	height: 30px;
	background-color: #666666;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	margin-right: 5px;
	border: none;
	border-radius: 3px;
}

.areaAddresBox input {
	display: inline-flex;
}

.areaAddresBox input.st {
	flex: 1 1 70%;
	margin-right: 5px;
}

.areaAddresBox input.nd {
	flex: 1 1 30%;
}

.areaPhoneBox {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.areaPhoneBox select,
.areaPhoneBox input {
	width: 120px;
}

.areaPhoneBox .under {
	display: block;
	width: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
}

.areaMailBox {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.areaMailBox select,
.areaMailBox input {
	width: 190px;
}

.areaMailBox .and {
	display: block;
	width: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
}

.areaMailBox .onset {
	margin-left: 5px;
}

.areaFileBox {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.areaFileBox input[type="text"] {
	width: calc(100% - 85px);
}

.areaFileBox .fileBtn {
	display: flex;
	margin-left: 5px;
	position: relative;
}

.areaFileBox .fileBtn input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
}

.areaFileBox .fileBtn button {
	width: 80px;
	height: 30px;
	background-color: #666666;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	margin-right: 5px;
	border: none;
	border-radius: 3px;
	position: relative;
	z-index: 1;
}

.asideAddTable {
	width: 100%;
	border-top: 2px solid #000000;
}

.asideAddTable tr {
	border-bottom: 1px solid #e3e3e3;
}

.asideAddTable th, td {
	max-width: 0;
	padding: 3px;
}

.asideAddTable th {
	font-size: 14px;
	color: #000000;
	text-align: center;
	background-color: #f5f5f5;
	font-weight: 400;
}

.asideAddTable td {
}

.asideAddTable td select {
	width: 200px;
	height: 40px;
	border: 1px solid #e3e3e3;
	outline: none;
	padding: 0 15px 0 10px;
	appearance: auto;
}

.asideAddTable td input {
	width: 200px;
	height: 40px;
	border: 1px solid #e3e3e3;
	outline: none;
	padding: 0 10px;
	border-radius: 0;
}

.addFiles {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	border: 1px solid #e3e3e3;
	padding: 10px;
	overflow: auto;
	max-height: 400px;
}

.addFiles li {
	display: flex;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	width: 19.2%;
	margin-right: 1%;
	height: 160px;
	position: relative;
}

.addFiles li:nth-of-type(5n) {
	margin-right: 0;
}

.addFiles .AFItem {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.addFiles .AFItem span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
	line-height: 25px;
	background-color: rgba(0, 0, 0, 0.45);
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.addFiles .AFItemAdd {
	display: block;
	width: 50px;
	height: 50px;
	border: 2px solid #e3e3e3;
	border-radius: 50px;
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	z-index: 1;
}

.addFiles .AFItemAdd:before {
	content: "";
	width: 30px;
	height: 2px;
	background-color: #e3e3e3;
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 15px);
}

.addFiles .AFItemAdd:after {
	content: "";
	width: 2px;
	height: 30px;
	background-color: #e3e3e3;
	position: absolute;
	top: calc(50% - 15px);
	left: calc(50% - 1px);
}

.addFiles li input {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.addFiles li .AFItemDel {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 5px;
	right: 0;
}

.horiBtn {
	position: fixed;
	top: 35px;
	left: 10px;
	width: 50px;
	height: 50px;
	border-radius: 3px;
	background-color: #585A70;
	border: 1px solid #353640;
}
.miniMenuSet {
	position: fixed;
	top: 35px;
	left: 10px;
	width: 50px;
	height: 50px;
	border-radius: 3px;
	background-color: #585A70;
	border: 1px solid #353640;
}

.horiBtn span {
	display: block;
	width: 20px;
	height: 2px;
	position: absolute;
	left: calc(50% - 10px);
	background-color: #e3e3e3;
}

.horiBtn span.top {
	top: 14px
}

.horiBtn span.middle {
	top: calc(50% - 1px);
}

.horiBtn span.bottom {
	bottom: 14px
}

#adminPageSet {
	position: fixed;
	top: 35px;
	right: 10px;
	width: 50px;
	height: 50px;
	border-radius: 3px;
	background-color: #585A70;
	border: 1px solid #353640;
}

#adminPageSet a {
	display: block;
	text-align: center;
}

#adminPageSet a i {
	color: #FFFFFF;
	font-size: 32px;
	line-height: 48px;
}

.admBtnSet {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 40px;
	background-color: #333333;
	position: absolute;
	top: 50px;
	left: 0;
	padding: 0 10px;
}

.admBtnSet .admLeft {
	display: flex;
	justify-content: flex-start;
}

.admBtnSet .admRight {
	display: flex;
	justify-content: flex-end;
}

.admBtnSet button {
	padding: 0 10px;
	height: 25px;
	line-height: 1;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #e3e3e3;
	cursor: pointer;
	border-radius: 3px;
	margin-right: 5px;
}

.admBtnSet button:last-of-type {
	margin-right: 0;
}

.adminPCAbtnFull {
}

.adminPCAbtnSmall {
}

@media (max-width: 960px) {
	.areaTable {
		width: 100%;
		display: block;
	}

	.areaTable .inc:after {
		content: "*";
		position: absolute;
		top: 3px;
		left: 5px;
		font-size: 12px;
		color: #FF0000;
		font-weight: 700;
	}

	.areaTable tbody {
		width: 100%;
		display: block;
	}

	.areaTable thead {
		width: 100%;
		display: block;
	}

	.areaTable tr {
		display: block;
		width: 100%;
		border-bottom: 1px solid #e3e3e3;
		padding: 8px 0;
	}

	.areaTable th,
	.areaTable td {
		display: block;
		width: 100%;
		border: none;
		height: auto;
		padding: 5px 0;
		font-size: 12px;
		max-width: 100%;
		text-align: left;
	}

	.areaTable td {
		border-bottom: 1px solid #e3e3e3;
		margin-bottom: 5px;
	}

	.areaTable td:last-child {
		border-bottom: none;
		margin-bottom: 0;
	}

	.areaTable th {
		background-color: transparent;
		color: #333333;
		text-align: left;
	}

	.areaTable .atCText {
		justify-content: flex-start;
	}

	.areaTable .atItemSetBox {
		display: flex;
		flex-direction: row;
		width: 100%;
		justify-content: flex-start;
		align-items: center;
	}

	.areaTable .atItemSetBox .aTIinBox {
		display: flex;
		flex: 1 1 33.33%;
		justify-content: flex-start;
		align-items: center;
		padding: 0 10px;
	}

	.areaTable .atItemSetBox .aTIinBox span {
		display: flex;
		flex: 1 1 33.33%;
		justify-content: flex-start;
	}

	.areaTable select,
	.areaTable input[type="text"] {
		width: 100%;
	}

	.areaTable input.full {
		width: 100%;
	}

	.areaTable select {
		padding: 0 15px 0 10px;
		appearance: auto;
	}

	.areaTable textarea {
		width: 100%;
		min-height: 100px;
		overflow: auto;
		border: 1px solid #e3e3e3;
		border-radius: 3px;
		outline: none;
		resize: none;
	}

	.AreaDateBox {
		flex-wrap: wrap;
	}

	.AreaDateBox .radioBox {
		display: flex;
		flex-direction: row;
		margin-right: 12px;
		justify-content: flex-start;
		align-items: center;
	}

	.AreaDateBox .radioBox label {
		margin-left: 7px;
	}

	.AreaDateBox .adbdBox {
		display: flex;
		flex-direction: row;
		margin-right: 12px;
		justify-content: flex-start;
		align-items: center;
		flex: 1 1 auto;
	}

	.AreaDateBox .adbdBox select {
		width: 100%;
	}

	.AreaDateBox .adbdBox span {
		display: block;
		font-size: 14px;
		color: #333333;
		margin-left: 10px;
	}

	.AreaFMBox {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}

	.AreaFMBox .radioBox {
		display: flex;
		flex-direction: row;
		margin-right: 5px;
		justify-content: flex-start;
		align-items: center;
	}

	.AreaFMBox .radioBox label {
		margin-left: 4px;
	}

	.AreaFMBox .adbdBox {
		display: flex;
		flex-direction: row;
		margin-right: 5px;
		justify-content: flex-start;
		align-items: center;
		flex: 1 1 auto;
	}

	.AreaFMBox .adbdBox input {
		width: 100%;
	}

	.AreaFMBox .adbdBox span {
		display: block;
		font-size: 14px;
		color: #333333;
		margin-left: 5px;
	}

	.areaAddresBox {
		flex-wrap: wrap;
	}

	.areaAddresBox button {
		width: 100%;
		height: 30px;
		font-size: 12px;
		margin-right: 0;
		margin-bottom: 5px;
	}

	.areaAddresBox input {
		display: inline-flex;
		margin-bottom: 5px;
	}

	.areaAddresBox input:last-child {
		margin-bottom: 0;
	}

	.areaAddresBox input.st {
		flex: 1 1 100%;
		margin-right: 0
	}

	.areaAddresBox input.nd {
		flex: 1 1 100%;
	}

	.areaPhoneBox {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}

	.areaPhoneBox select,
	.areaPhoneBox input {
		width: 120px;
	}

	.areaPhoneBox .under {
		display: block;
		width: 20px;
		text-align: center;
		font-size: 14px;
		line-height: 14px;
	}

	.areaMailBox {
		flex-wrap: wrap;
	}

	.areaMailBox select,
	.areaMailBox input {
		width: calc(50% - 10px) !important;
	}

	.areaMailBox .and {
		width: 20px;
		font-size: 12px;
		line-height: 12px;
	}

	.areaMailBox .onset {
		margin-left: 5px;
	}

	.areaFileBox {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}

	.areaFileBox input[type="text"] {
		width: calc(100% - 85px);
	}

	.areaFileBox .fileBtn {
		display: flex;
		margin-left: 5px;
		position: relative;
	}

	.areaFileBox .fileBtn input {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		z-index: 2;
	}

	.areaFileBox .fileBtn button {
		width: 80px;
		height: 30px;
		background-color: #666666;
		color: #FFFFFF;
		font-size: 12px;
		text-align: center;
		margin-right: 5px;
		border: none;
		border-radius: 3px;
		position: relative;
		z-index: 1;
	}

	.asideAddTable {
		width: 100%;
		border-top: 2px solid #000000;
	}

	.asideAddTable tr {
		border-bottom: 1px solid #e3e3e3;
	}

	.asideAddTable th, td {
		max-width: 0;
		padding: 3px;
	}

	.asideAddTable th {
		font-size: 14px;
		color: #000000;
		text-align: center;
		background-color: #f5f5f5;
		font-weight: 400;
	}

	.asideAddTable td {
	}

	.asideAddTable td select {
		width: 200px;
		height: 40px;
		border: 1px solid #e3e3e3;
		outline: none;
		padding: 0 15px 0 10px;
		appearance: auto;
	}

	.asideAddTable td input {
		width: 200px;
		height: 40px;
		border: 1px solid #e3e3e3;
		outline: none;
		padding: 0 10px;
		border-radius: 0;
	}

	.addFiles {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
		border: 1px solid #e3e3e3;
		padding: 10px;
		overflow: auto;
		max-height: 400px;
	}

	.addFiles li {
		display: flex;
		background-color: #f5f5f5;
		border: 1px solid #e3e3e3;
		width: 19.2%;
		margin-right: 1%;
		height: 160px;
		position: relative;
	}

	.addFiles li:nth-of-type(5n) {
		margin-right: 0;
	}

	.addFiles .AFItem {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}

	.addFiles .AFItem span {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 25px;
		line-height: 25px;
		background-color: rgba(0, 0, 0, 0.45);
		color: #FFFFFF;
		font-size: 12px;
		text-align: center;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.addFiles .AFItemAdd {
		display: block;
		width: 50px;
		height: 50px;
		border: 2px solid #e3e3e3;
		border-radius: 50px;
		position: absolute;
		top: calc(50% - 25px);
		left: calc(50% - 25px);
		z-index: 1;
	}

	.addFiles .AFItemAdd:before {
		content: "";
		width: 30px;
		height: 2px;
		background-color: #e3e3e3;
		position: absolute;
		top: calc(50% - 1px);
		left: calc(50% - 15px);
	}

	.addFiles .AFItemAdd:after {
		content: "";
		width: 2px;
		height: 30px;
		background-color: #e3e3e3;
		position: absolute;
		top: calc(50% - 15px);
		left: calc(50% - 1px);
	}

	.addFiles li input {
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
	}

	.addFiles li .AFItemDel {
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		top: 5px;
		right: 0;
	}

	#adminPageSet {
		position: fixed;
		top: 35px;
		right: 10px;
		width: 50px;
		height: 50px;
		border-radius: 3px;
		background-color: #585A70;
		border: 1px solid #353640;
	}

	#adminPageSet a {
		display: block;
		text-align: center;
	}

	#adminPageSet a i {
		color: #FFFFFF;
		font-size: 32px;
		line-height: 48px;
	}

	.admBtnSet {
		top: 40px;
	}

	.admBtnSet button {
		padding: 0 8px;
		height: 20px;
		line-height: 1;
		font-size: 10px;
	}

	.admBtnSet button:last-of-type {
		margin-right: 0;
	}

	.adminPCAbtnFull {
	}

	.adminPCAbtnSmall {
	}
}

.adminPCList {
	display: flex;
	flex-direction: column;
}

.adminPCSet {
	border-bottom: 1px solid #e3e3e3;
	padding: 15px;
	background-color: #F5F5F5;
}

.adminPCSet.active {
	background-color: #FFFFFF;
	border-color: #333333;
	border-top: 1px solid #333333;
}

.adminPCSet:last-of-type {
	margin-bottom: 0;
	border-bottom: none;
}

.apmDownBtn {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.apmDownBtn strong {
	font-size: 14px;
	color: #000000;
	font-weight: 600;
}

.apmDownBtn i {
	font-size: 20px;
}

.apmDownBtn.on strong {
	color: #3aa9ab;
}

.apmDownBtn.on i {
	transform: rotate(90deg);
}

@media (max-width: 960px) {
	.adminPCSet {
		padding: 10px;
	}

	.apmDownBtn strong {
		font-size: 12px;
	}

	.apmDownBtn i {
		font-size: 12px;
	}

	.apmDownBtn.on strong {
		color: #3aa9ab;
	}

	.apmDownBtn.on i {
		transform: rotate(90deg);
	}
}

.adminPCont {
	display: none;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 10px 0 5px 7px;
}

.adminPCont .inc {
	display: block;
	width: 100%;
	padding-left: 14px;
	position: relative;
	font-size: 12px;
	color: #000000;
	font-weight: 700;
	letter-spacing: -0.25px;
	line-height: 18px;
	margin-bottom: 5px;
}

.adminPCont .inc:after {
	content: "※";
	display: block;
	font-size: 12px;
	line-height: 18px;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 700;
}

.adminPCont.on {
	display: block;
}

.adPCItem {
	display: flex;
	width: 100%;
	flex-direction: column;
	margin-bottom: 10px;
}

.adPCItem:last-of-type {
	margin-bottom: 0;
}

.adPCTitle {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	font-size: 12px;
	margin-bottom: 5px;
	color: #333333;
	font-weight: 400;
	width: 100%;
}

.adPCBox {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}

.adPCBox input {
	width: 100%;
	height: 32px;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	outline: 0;
	padding: 0 5px;
}

.adPCBox select {
	width: 100%;
	height: 32px;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	outline: 0;
	padding: 0 2px;
	appearance: auto;
}

.adPCBox .jumpLink {
	display: flex;
	flex: 1 1 32%;
	margin-right: 2%;
	padding: 0 10px;
	height: 32px;
	border-radius: 5px;
	background-color: #3aa9ab;
	color: #FFFFFF;
	justify-content: center;
	align-items: center;
	font-size: 12px;
}

.adPCBox .jumpLink:last-of-type {
	margin-right: 0;
}

.adPCBox.Updown input {
	width: calc(100% - 32px);
	border-radius: 5px 0 0 5px;
	border-right: none;
}

.adPCBox.Updown .inBtn {
	display: flex;
	flex-direction: column;
}

.adPCBox.Updown .inBtn button {
	width: 32px;
	padding: 0;
	height: 16px;
	text-align: center;
	line-height: 0.8;
	cursor: pointer;
	background-color: #666666;
	color: #FFFFFF;
	border: 1px solid #e3e3e3;
}

.adPCBox.Updown .inBtn button.up {
	border-radius: 0 3px 0 0;
	border-bottom: none;
}

.adPCBox.Updown .inBtn button.down {
	border-radius: 0 0 3px 0;
}

body.bg1 {
	background: linear-gradient(to right, #454545, #AAAAAA, #454545);
}

body.bg2 {
	background: linear-gradient(to right, #666666, #AAAAAA, #666666);
}

body.bg3 {
	background: linear-gradient(to right, #999999, #CCCCCC, #999999);
}

body.on {
	width: 100%;
	padding-left: 200px;
}

body.ons {
	width: 100%;
	padding-left: 150px;
}

.adminSTList {
	display: flex;
	flex-direction: column;
}

.adminSTSet {
	border-bottom: 1px solid #e3e3e3;
	padding: 12px;
	background-color: #FFFFFF;
}

.apmSTDownBtn {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.apmSTDownBtn strong {
	font-size: 14px;
	color: #3aa9ab;
	font-weight: 600;
}

.apmSTDownBtn i {
	font-size: 20px;
	transform: rotate(90deg);
}

.adminSTCont {
	display: block;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 7px 0 5px 7px;
}

.adSTItem {
	display: flex;
	width: 100%;
	flex-direction: row;
	margin-bottom: 5px;
}

.adSTItem:last-of-type {
	margin-bottom: 0;
}

.adSTTitle {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	font-size: 12px;
	color: #333333;
	font-weight: 400;
	width: 70px;
}

.adSTBox {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}

.adRadio {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin-right: 8px;
	align-items: center;
}

.adRadio label {
	line-height: 16px;
}

.adSTBox input[type="radio"] {
	width: 16px;
	height: 16px;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	outline: 0;
	padding: 0;
	margin: 0;
	margin-right: 5px;
}

.sdboxHeader {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.sdboxHeader.right {
	justify-content: flex-end;
}

.sdboxHeader strong {
	display: block;
	line-height: 20px;
	font-weight: 400;
	color: #000000;
	font-size: 14px;
}

.sdboxHeader .CloseBtn {
	width: 20px;
	height: 20px;
	background: transparent;
	border: none;
	outline: none;
	position: relative;
	cursor: pointer;
}

.sdboxHeader .CloseBtn:before {
	content: "";
	width: 2px;
	height: 100%;
	background-color: #000000;
	position: absolute;
	top: 0;
	left: calc(50% - 1px);
	transform: rotate(45deg);
}

.sdboxHeader .CloseBtn:after {
	content: "";
	width: 2px;
	height: 100%;
	background-color: #000000;
	position: absolute;
	top: 0;
	left: calc(50% - 1px);
	transform: rotate(-45deg);
}

@media (max-width: 960px) {
	body.on {
		padding-left: 0;
	}

	body.ons {
		padding-left: 0;
	}

	.adminSTSet {
		padding: 8px;
	}

	.apmSTDownBtn strong {
		font-size: 12px;
	}

	.apmSTDownBtn i {
		font-size: 18px;
		transform: rotate(90deg);
	}

	.adminSTCont {
		padding: 5px 0 0 7px;
	}

	.adSTItem {
		margin-bottom: 4px;
	}

	.adSTItem:last-of-type {
		margin-bottom: 0;
	}

	.adSTTitle {
		font-size: 12px;
		width: 70px;
	}

	.adRadio {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		margin-right: 5px;
		align-items: center;
	}

	.adRadio label {
		line-height: 14px;
		font-size: 12px;
	}

	.adSTBox input[type="radio"] {
		width: 14px;
		height: 14px;
		border: 1px solid #e3e3e3;
		border-radius: 3px;
		outline: 0;
		padding: 0;
		margin: 0;
		margin-right: 5px;
	}

	.total-cont {
		width: 300px;
		left: 0;
	}

	.total-cont {
		width: 300px;
		height: auto;
		bottom: 0;
		left: 0;
		padding: 15px 10px;
	}

	.total-cont > span {
		margin-bottom: 10px;
		display: block;
		width: 100%;
		height: auto;
	}

	.total-cont > span i {
		font-size: 12px;
		line-height: 1;
	}

	.total-cont > span span {
		float: right;
	}

	.total-cont > span b {
		display: inline-block;
		font-size: 16px;
		line-height: 1;
		font-weight: 700;
	}

	.total-cont > span u {
		display: inline-block;
		font-size: 14px;
		padding-left: 3px;
		line-height: 1;
	}

	.search-btn {
		height: 35px;
		font-size: 14px;
		line-height: 35px;
	}

	.correct-box {
		height: 100%;
		padding: 10px;
	}

	.nav {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
		width: 41px;
		height: 100%;
		top: 0;
		left: 0;
		border-right: 1px solid #474857;
	}

	.nav ul {
		display: flex;
		width: 40px;
		flex-direction: column;
	}

	.nav ul li {
		width: 40px;
		height: 50px;
		background-color: #585a70;
		margin-right: 0;
		border-radius: 0;
		overflow: hidden;
	}

	.nav ul li a {
		display: block;
		padding-top: 30px;
		text-align: center;
		color: #fff;
		font-size: 11px;
		font-weight: 400;
		letter-spacing: -1px;
	}

	.nav ul li.admin {
	}

	.nav ul li.mypage {
	}

	.nav ul li:nth-of-type(1) a {
		background: url('../images/bookicon/search.png') no-repeat center 8px;
		background-color: #3aa9ab;
		background-size: 20px auto;
	}

	.nav ul li:nth-of-type(2) a {
		background: url('../images/bookicon/book.png') no-repeat center 8px;
		background-size: 18px auto;
	}

	.nav ul li:nth-of-type(3) a {
		background: url('../images/bookicon/align.png') no-repeat center 8px;
		background-size: 18px auto;
	}

	.nav ul li:nth-of-type(4) a {
		background: url('../images/bookicon/line.png') no-repeat center 8px;
		background-size: 18px auto;
	}

	.nav ul li:nth-of-type(5) a {
		background: url('../images/bookicon/supplement.png') no-repeat center 8px;
		background-size: 18px auto;
	}

	.nav ul li:nth-of-type(6) a {
		background: url('../images/bookicon/pensil.png') no-repeat center 8px;
		background-size: 16px auto;
	}

	.nav ul li:nth-of-type(7) a {
		background: url('../images/bookicon/fix.png') no-repeat center 8px;
		background-size: 16px auto;
	}

	.nav ul li:nth-of-type(8) a {
		background: url('../images/bookicon/diagram.png') no-repeat center 8px;
		background-size: 16px auto;
	}

	.nav ul li.admin a {
		background: url('../images/bookicon/user.png') no-repeat center 8px;
		background-size: 18px auto;
	}

	.nav ul li.mypage a {
		background: url('../images/bookicon/user.png') no-repeat center 8px;
		background-size: 18px auto;
	}

	#option-set {
		top: 60px;
		right: 0;
	}

	#option-set .os-top {
		margin-top: 5px;
		border-radius: 0;
	}

	#option-set .os-top > div {
		width: 38px;
		height: 38px;
		background-size: 24px auto;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		cursor: pointer;
		position: relative;
	}

	#option-set .os-range {
		width: 38px;
		height: 100px;
	}

	input[type=range] {
		transform: rotate(-90deg);
		appearance: none;
		background-color: transparent;
		border: none;
		outline: none;
		width: 100px;
		position: absolute;
		top: 46px;
		left: -31px;
	}

	input[type=range]::-webkit-slider-runnable-track {
		width: 100px;
		height: 10px;
		background: #999999;
		border: none;
		border-radius: 3px;
	}

	input[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 24px;
		width: 10px;
		border-radius: 3px;
		background: #333333;
		margin-top: -7px;
	}

	input[type=range]:focus {
		outline: none;
	}

	input[type=range]:focus::-webkit-slider-runnable-track {
		background: #999999;
	}

	#option-set .os-bottom {
		display: block;
		border-radius: 0;
	}

	#option-set .os-zplus {
		border-bottom: 1px solid #353640;
		margin-bottom: 5px;
	}

	#option-set .os-zminus {
		border-top: 1px solid #353640;
		margin-top: 5px;
	}

	#option-set .os-back {
		margin-top: 5px;
		border-radius: 0;
	}

	#option-set .os-back > div {
		width: 38px;
		height: 38px;
		background-size: 24px auto;
	}

	#option-set .os-back > div:last-of-type {
		border-bottom: none;
	}

	#option-set #b-zoomin {
		background-image: url('../images/icon-zoomin.png');
	}

	#option-set #b-zoomout {
		background-image: url('../images/icon-zoomout.png');
	}

	#option-set #b-fullscreen {
		background-image: url('../images/icon-fullscreen.png');
	}

	#option-set #b-print {
	}

	#option-set #b-print .OnsetBtn {
		background-image: url('../images/icon_lang_cc.png');
		background-size: 24px auto;
	}

	#option-set #b-print .OnsetBtn.on {
		background-image: url('../images/icon_lang_kr.png');
	}

	#option-set #b-download {
		background-image: url('../images/icon-download.png');
	}

	#option-set #b-link {
		background-image: url('../images/icon-share.png');
	}

	#option-set .OnsetBtn {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
	}

	#adminPageSet {
		position: fixed;
		top: 0;
		right: 0;
		width: 40px;
		height: 40px;
		border-radius: 0;
	}

	#adminPageSet a {
		display: block;
		text-align: center;
	}

	#adminPageSet a i {
		color: #FFFFFF;
		font-size: 24px;
		line-height: 38px;
	}
}

#ApplyItem {
	padding: 15px;
	border: 1px solid #e3e3e3;
	border-top: none;
}

@media (max-width: 960px) {
	#ApplyItem {
		padding: 10px;
	}
}

/* 관계도 */
#rtDiagram {
	display: none;
	position: fixed;
	top: 0;
	left: 80px;
	width: calc(100% - 80px);
	height: 100%;
	background-color: #FFFFFF;
	z-index: 3;
	transition: 0.25s;
}

#rtDiagram.on {
	display: block;
}

body.ons #rtDiagram {
	left: 330px;
	width: calc(100% - 330px);
}

body.on #rtDiagram {
	left: 430px;
	width: calc(100% - 430px);
}

#rtDiagram .rtDBox {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	padding: /*25px 35px*/ 0;
}

#rtDiagram .rtDTop {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center; /* margin-bottom:20px;*/
	padding: 15px; /*background-color:#f9f9f9;*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#rtDiagram .rtDComBox {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

#rtDiagram .rtDComBox select {
	border: 1px solid #e5e6e7;
	border-radius: 5px;
	padding: 0 40px 0 15px;
	height: 45px;
	margin-right: 15px;
	min-width: 260px;
	background: url('../images/common/seldown.png') no-repeat right 15px top 50% #FFFFFF;
	outline: none;
}

#rtDiagram .rtDComBox select:focus {
	border-color: #3aa9ab;
	background: url('../images/common/selup.png') no-repeat right 15px top 50% #FFFFFF;
}

#rtDiagram .rtDComBox select:last-of-type {
	margin-right: 0;
}

#rtDiagram .rtDTag {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

#rtDiagram .rtDTag .type {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	margin-right: 8px;
	background-color: #eeeeee;
	position: relative;
	overflow: hidden;
}

#rtDiagram .rtDTag .type .line {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background-color: #999999;
	z-index: 2;
}

#rtDiagram .rtDTag .type .text {
	font-size: 12px;
	color: #FFFFFF;
}

#rtDiagram .rtDTag .type:last-of-type {
	margin-right: 0;
}

#mainTreeDiagram3D {
	position: absolute;
	top: 0;
	left: 0;
}

#rtDiagram .rtDTag .type.one {
	background-color: #b5b5b5;
}

#rtDiagram .rtDTag .type.two {
	background-color: #787878;
}

#rtDiagram .rtDTag .type.three {
	background-color: #dcdcdc;
}

#rtDiagram .rtDTag .type.three .text {
	color: #848484;
}

#rtDiagram .rtDTag .type.four {
	background-color: #536e83;
}

#rtDiagram .rtDTag .type .line.gb {
	background-color: #979ff7;
}

#rtDiagram .rtDTag .type .line.gg {
	background-color: #f797c2;
}

#rtDiagram .rtDTag .type.one .line.gb {
	background-color: #979abf;
}

#rtDiagram .rtDTag .type.one .line.gg {
	background-color: #c09dac;
}


#rtDiagram .rtDInBox {
	display: flex;
	width: 100%;
	height: 100%;
	background-color: #f9f9f9;
	overflow: auto;
	padding: 20px 290px 200px 20px;
}

#MouseOver {
	display: none;
	min-width: 220px;
	position: fixed;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 140px;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	padding: 0 10px;
	background-color: #FFFFFF;
	z-index: 3;
}

#MouseOver.active {
	display: flex;
}

#MouseOver .MOBox {
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 10px 5px;
	border-bottom: 1px solid #e3e3e3
}

#MouseOver .MOBox:last-of-type {
	border-bottom: none;
}

#MouseOver .MOBox li {
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

#MouseOver .MOBox li:hover {
	background-color: #3aa9ab;
}

#MouseOver .MOBox li span {
	display: block;
	font-size: 16px;
	color: #777777;
	line-height: 26px;
	cursor: pointer;
}

#MouseOver .MOBox li:hover span {
	color: #FFFFFF;
}

#rtControll {
	position: fixed;
	top: 10px;
	right: 10px;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
	background-color: #FFFFFF;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	z-index: 2;
	transform: rotate(45deg);
}

#rtControll:before {
	content: "";
	width: 4px;
	height: 100%;
	position: absolute;
	top: 0;
	left: calc(50% - 2px);
	background-color: rgba(0, 0, 0, 0.15);
	z-index: 4;
}

#rtControll:after {
	content: "";
	width: 100%;
	height: 4px;
	position: absolute;
	top: calc(50% - 2px);
	left: 0;
	background-color: rgba(0, 0, 0, 0.15);
	z-index: 4;
}

#rtControll .rtTop {
	width: 50%;
	height: 50%;
	position: relative;
	z-index: 1;
}

#rtControll .rtRight {
	width: 50%;
	height: 50%;
	position: relative;
	z-index: 3;
}

#rtControll .rtBottom {
	width: 50%;
	height: 50%;
	position: relative;
	z-index: 1;
}

#rtControll .rtLeft {
	width: 50%;
	height: 50%;
	position: relative;
	z-index: 3;
}

#rtControll .rtMiddle {
	width: 140px;
	height: 140px;
	position: absolute;
	top: calc(50% - 70px);
	left: calc(50% - 70px);
	border: 4px solid rgba(0, 0, 0, 0.15);;
	z-index: 2;
	border-radius: 50%;
	transform: rotate(-45deg);
	overflow: hidden;
}

#rtControll .rtMiddle .top {
	width: 100%;
	height: 70px;
	position: relative;
}

#rtControll .rtMiddle .bottom {
	width: 100%;
	height: 70px;
	position: relative;
}

#rtControll .fullCenter {
	width: 60px;
	height: 60px;
	position: absolute;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 4px solid rgba(0, 0, 0, 0.15);;
	z-index: 5;
	border-radius: 50%;
	transform: rotate(-45deg);
}

#rtControll .setPoint {
	background-color: #FFFFFF;
	cursor: pointer;
	transition: 0.25s;
}

#rtControll .setPoint:hover {
	background-color: #f5f5f5;
}

#rtControll .icon {
	display: block;
	background-position: 50% 50%;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	background-size: contain;
}

#rtControll .rtTop .icon {
	background-image: url('../images/common/d-arrow-top.png');
	left: calc(50% - 20px);
	top: calc(50% - 20px);
	transform: rotate(-45deg);
}

#rtControll .rtRight .icon {
	background-image: url('../images/common/s-arrow-right.png');
	left: calc(50% - 15px);
	top: calc(50% - 5px);
	transform: rotate(-45deg);
}

#rtControll .rtBottom .icon {
	background-image: url('../images/common/d-arrow-bottom.png');
	left: calc(50% - 1px);
	top: calc(50% - 1px);
	transform: rotate(-45deg);
}

#rtControll .rtLeft .icon {
	background-image: url('../images/common/s-arrow-left.png');
	left: calc(50% - 5px);
	top: calc(50% - 15px);
	transform: rotate(-45deg);
}

#rtControll .rtMiddle .top .icon {
	background-image: url('../images/common/s-arrow-top.png');
	left: calc(50% - 10px);
	top: calc(50% - 25px);
}

#rtControll .rtMiddle .bottom .icon {
	background-image: url('../images/common/s-arrow-bottom.png');
	left: calc(50% - 10px);
	top: calc(50% - 5px);
}

#rtControll .fullCenter .icon {
	background-image: url('../images/common/f-arrow-top.png');
	left: calc(50% - 10px);
	top: calc(50% - 10px);
}

#setInTable {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	height: 100%;
	position: relative;
}

#setInTable .itTitle {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 40px;
	background-color: #777777;
	color: #FFFFFF;
	font-size: 16px;
	border-radius: 5px;
	position: absolute;
}

#setInTable .rtDItem {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	border-radius: 5px;
	position: absolute;
	padding: calc(0.5% + 10px) 0.5% 0.5% 0.5%;
	overflow: hidden;
	min-width: 60px;
	transition: 0.25s;
}

#setInTable .rtDItem .line {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background-color: #eeeeee;
}

#setInTable .rtDItem.one {
	background-color: #b5b5b5;
}

#setInTable .rtDItem.two {
	background-color: #787878;
}

#setInTable .rtDItem.three {
	background-color: #dcdcdc;
}

#setInTable .rtDItem.three .text {
	color: #848484;
}

#setInTable .rtDItem.four {
	background-color: #536e83;
}

#setInTable .rtDItem.active {
	background-color: #0ac7ca;
}

#setInTable .rtDItem .line.gb {
	background-color: #979ff7;
}

#setInTable .rtDItem .line.gg {
	background-color: #f797c2;
}

#setInTable .rtDItem.one .line.gb {
	background-color: #979abf;
}

#setInTable .rtDItem.one .line.gg {
	background-color: #c09dac;
}

#setInTable .rtDItem strong {
	display: block;
	color: #FFFFFF;
	font-size: 17px;
	line-height: 1;
	margin-bottom: 10px;
	transition: 0.25s;
}

#setInTable .rtDItem.three strong {
	color: #888888;
}

#setInTable .rtDItem .text {
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#setInTable .rtDItem .text p {
	display: flex;
	width: 50%;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 17px;
	line-height: 1.2;
	color: #FFFFFF;
	transition: 0.25s;
}

#setInTable .rtDItem.three .text p {
	color: #888888;
}

#setInTable .rtDItem.active {
	background-color: #0ac7ca;
}

#setInTable .rtDItem.active strong {
	color: #FFFFFF;
}

#setInTable .rtDItem.active .text p {
	color: #FFFFFF;
}

.selBoxItem {
	position: relative;
	width: 100%;
	height: 30px;
	margin-left: 5px;
}

.selBoxItem select {
	width: 100%;
}


/* 링크 마우스 우클릭 */
#SetMouseOver {
	display: none;
	position: absolute;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 140px;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	padding: 0 10px;
	background-color: #FFFFFF;
	z-index: 3;
}

#SetMouseOver.active {
	display: flex;
}

#SetMouseOver .MOBox {
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 10px 5px;
	border-bottom: 1px solid #e3e3e3
}

#SetMouseOver .MOBox:last-of-type {
	border-bottom: none;
}

#SetMouseOver .MOBox li {
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

#SetMouseOver .MOBox li:hover {
	background-color: #3aa9ab;
}

#SetMouseOver .MOBox li span {
	display: block;
	font-size: 16px;
	color: #777777;
	line-height: 26px;
	cursor: pointer;
}

#SetMouseOver .MOBox li:hover span {
	color: #FFFFFF;
}

/* 관계도 기능 */
#relaPageSet {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 52px;
	height: 52px;
	border-radius: 3px;
	background-color: #585A70;
	border: 1px solid #353640;
	z-index: 7;
}

#relaPageSet a {
	display: block;
	text-align: center;
}

#relaPageSet a i {
	color: #FFFFFF;
	font-size: 32px;
	line-height: 48px;
}

#relaoption-set {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	top: 130px;
	right: 10px;
	z-index: 6;
}

#relaoption-set .os-top {
	display: flex;
	flex-direction: column;
	border-radius: 3px;
	background-color: #585A70;
	border: 1px solid #353640;
	margin-top: 5px;
}

#relaoption-set .os-top > div {
	width: 50px;
	height: 51px;
	border-top: 1px solid #353640;
	background-size: 30px auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
	position: relative;
}

#relaoption-set .os-top > div:first-of-type {
	border-top: none;
}

#relaoption-set .os-bottom {
	border-radius: 3px;
	background-color: #585A70;
	border: 1px solid #353640;
}

#relaoption-set .os-range {
	width: 50px;
	height: 150px;
	position: relative;
}

#relaoption-set .os-bottom button {
	background-color: transparent;
	height: 30px;
	text-align: center;
	width: 100%;
	border: none;
	outline: none;
	color: #FFFFFF;
	cursor: pointer;
}

#relaoption-set .os-zplus {
	border-bottom: 1px solid #353640;
	margin-bottom: 10px;
}

#relaoption-set .os-zminus {
	border-top: 1px solid #353640;
	margin-top: 10px;
}

#relaoption-set .os-back {
	display: flex;
	flex-direction: column;
	border-radius: 3px;
	background-color: #585A70;
	border: 1px solid #353640;
	margin-top: 5px;
}

#relaoption-set .os-back > div {
	width: 50px;
	height: 51px;
	border-bottom: 1px solid #353640;
	background-size: 30px auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
	position: relative;
}

#relaoption-set .os-back > div:last-of-type {
	border-bottom: none;
}

#relaoption-set #r-zoomin {
	background-image: url('../images/icon-zoomin.png');
}

#relaoption-set #r-zoomout {
	background-image: url('../images/icon-zoomout.png');
	border-top: none;
}

#relaoption-set #r-fullscreen {
	background-image: url('../images/icon-fullscreen.png');
}

#relaoption-set #r-print { /*background-image:url('../images/icon-print.png');*/
}

#relaoption-set #r-print .OnsetBtn {
	background-image: url('../images/icon_lang_cc.png');
	background-size: 32px auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#relaoption-set #r-print .OnsetBtn.on {
	background-image: url('../images/icon_lang_kr.png');
}

#relaoption-set #r-download {
	background-image: url('../images/icon-download.png');
}

#relaoption-set #r-link {
	background-image: url('../images/icon-share.png');
}

#relaoption-set .OnsetBtn {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.overAll {
	display: none;
	position: absolute;
	top: 200px;
	right: 70px;
	z-index: 1;
	width: 240px;
	background: linear-gradient(to right, #AAAAAA, #FFFFFF);
	box-shadow: 5px -5px 8px rgba(0, 0, 0, 0.15);
	min-height: 150px;
}

.overAll.on {
	display: block;
}

.overAll:after {
	content: "";
	display: block;
	border: 7px solid transparent;
	border-left: 7px solid #FFFFFF;
	position: absolute;
	bottom: 20px;
	right: -14px;
}

.overAll .oaTitle {
	display: block;
	width: 100%;
	background-color: #000000;
	text-align: center;
	font-size: 14px;
	padding: 8px;
	line-height: 20px;
	color: #FFFFFF;
	font-weight: 500;
}

.overAll .overset {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap; /* 여러 줄로 나누어질 수 있도록 설정 */
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	padding: 15px 10px;
}

.overAll .oaRadio {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 5px;
	width: 50%;
}

.overAll .oaRadio label {
	margin-left: 5px;
	color: #000000;
	line-height: 30px;
}

.overAll .oaSel {
	margin-left: 10px;
	width: calc(100% - 85px);
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.overAll .oaSel select {
	width: calc(50% - 7px);
	appearance: auto;
	border: 1px solid #e3e3e3;
	height: 30px;
	outline: none;
}

.overAll .oaSel .oaCenter {
	width: 14px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.overAll .oaBtn {
	display: flex;
	margin-top: 15px;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.overAll .oaBtn button {
	border: 1px solid #e3e3e3;
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 1;
	height: 30px;
	padding: 0 15px;
	min-width: 80px;
	margin: 0 3px;
	cursor: pointer;
	border-radius: 3px;
}

.approvalBox {
	width: 100%;
	height: auto;
	text-align: center;
	padding-bottom: 15px
}

.approvalBox b {
	display: block;
	width: 100%;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	color: #000000;
	font-weight: 700;
	padding: 5px 0;
}

.approvalBox span {
	display: block;
	width: 100%;
	padding: 5px 0;
}

.approvalBox span i {
	display: inline-block;
	color: #3aa9ab
}

.approvalBox.approvalWa b {
	color: #585A70
}

.approvalBox.approvalAp b {
	color: #3aa9ab
}

.approvalBox.approvalAc b {
	color: #C02B3C
}

.approvalBox.approvalAc i:first-of-type {
	color: #C02B3C
}

.areaTitle.C-character {
	width: 40%;
}

.table-radio.C-character {
	width: 60%;
}

.table-radio .buttonbox button {
	padding: 0 20px;
	height: 30px;
	border: none;
	border-radius: 3px;
	margin-left: 20px;
	background-color: #585A70;
	color: #FFFFFF;
	cursor: pointer;
}


.commuBtnBox {
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	border: 1px solid #e3e3e3;
	border-top: none;
	border-bottom: none;
	padding: 15px 15px 16px;
	position: relative;
}

.commuBtnBox:after {
	content: "";
	display: block;
	width: calc(100% - 30px);
	height: 1px;
	background-color: #cccccc;
	bottom: 0;
	left: 15px;
	position: absolute;
}

.commuBtnBox .cmSearch {
	display: flex;
	width: 100%;
	font-size: 0;
	justify-content: flex-start;
}

.commuBtnBox .cmSearch input {
	width: 400px;
	height: 35px;
	padding: 0 10px;
	border-right: none;
	outline: none;
}

.commuBtnBox .cmSearch input::placeholder {
	font-size: 12px;
	color: #aaaaaa;
}

.commuBtnBox .cmSearch button {
	width: 50px;
	height: 35px;
	font-size: 12px;
	outline: none;
	cursor: pointer;
}

.commuBtnBox .cmBtnBox {
	display: flex;
	width: 100%;
	justify-content: flex-end;
}

.commuBtnBox .cmSearch.full input {
	width: calc(100% - 50px);
}

.cmBtnBox a {
	display: inline-flex;
	width: 60px;
	height: 35px;
	background-color: #3aa9ab;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
}

.writeBtn {
	display:none;
}

.cuComment {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	width: 100%;
	border-top: 1px solid #e3e3e3;
	margin-top: 15px;
	padding-top: 15px;
}

.cuComment .cucTitle {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #000000;
	font-weight: 600;
	margin-bottom: 10px;
	padding-bottom: 9px;
	position: relative;
}

.cuComment .cucTitle:after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background-color: #000000;
	position: absolute;
	bottom: 0;
	left: 0;
}

.cucBox {
	width: 100%;
}

.cucBox textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #e3e3e3;
	outline: none;
	resize: none;
	overflow: auto;
	border-radius: 0;
}

.cucText {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	padding-bottom: 15px;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 15px;
}

.cucText:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 5px;
}

.cucEtc {
	display: block;
	width: 100%;
	text-align: left;
	margin-bottom: 5px;
}

.cucEtc span {
	display: inline-block;
	color: #bababa;
	font-size: 12px;
	position: relative;
	line-height: 1;
}

.cucEtc .name {
	padding-right: 10px;
}

.cucEtc .name:after {
	content: "";
	display: block;
	width: 1px;
	height: 11px;
	top: 2px;
	right: 0;
	background-color: #bababa;
	position: absolute;
}

.cucEtc .date {
	padding-left: 9px;
}

.sideControllBar {
	display: block;
	top: calc(50% - 30px);
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	transition: 0.25s;
}

body.on .sideControllBar {
	left: calc(50% + 200px);
}

body.ons .sideControllBar {
	left: calc(50% + 150px);
}

.sideControllBar button {
	position: absolute;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background-color: rgba(0, 0, 0, 0.65);
	border-radius: 60px;
	top: 0;
	cursor: pointer;
	border: none;
	outline: none;
}

.sideControllBar button:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #FFFFFF;
}

.sideControllBar button.prev {
	/*left: -45px;*/
	left: -130px;
}

.sideControllBar button.next {
	/*right: -55px;*/
	right: 60px;
}
.sideControllBar button.prev_user {
	left: -40px;
}

.sideControllBar button.next_user {
	right: -40px;
}

.sideControllBar button.prev:after {
	transform: rotate(45deg) translate(5px, -5px);
	border-right: none;
	border-top: none;
}

.sideControllBar button.next:after {
	transform: rotate(45deg) translate(-5px, 5px);
	border-left: none;
	border-bottom: none;
}

.sideControllBar button.prev_user:after {
	transform: rotate(45deg) translate(5px, -5px);
	border-right: none;
	border-top: none;
}

.sideControllBar button.next_user:after {
	transform: rotate(45deg) translate(-5px, 5px);
	border-left: none;
	border-bottom: none;
}



@media (max-width: 960px) {

	/* 관계도 */
	#rtDiagram {
		left: 40px;
		width: calc(100% - 40px);
		height: 100%;
	}

	body.ons #rtDiagram {
		left: 40px;
		width: calc(100% - 40px);
	}

	body.on #rtDiagram {
		left: 40px;
		width: calc(100% - 40px);
	}

	#svgMainTree {
		transform: scale(0.85);
	}

	#rtDiagram .rtDBox {
		padding: 0;
	}

	#rtDiagram .rtDTop {
		padding: 10px;
	}

	#rtDiagram .rtDComBox {
		width: calc(100% - 60px);
	}

	#rtDiagram .rtDComBox select {
		width: 100%;
		max-width: 180px;
		padding: 0 30px 0 10px;
		height: 35px;
		margin-right: 10px;
		min-width: 0;
		background: url('../images/common/seldown.png') no-repeat right 10px top 50% #FFFFFF;
		font-size: 12px;
	}

	#rtDiagram .rtDComBox select:focus {
		background: url('../images/common/selup.png') no-repeat right 10px top 50% #FFFFFF;
	}

	#rtDiagram .rtDTag {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
	}

	#rtDiagram .rtDTag .type {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 50px;
		height: 50px;
		border-radius: 5px;
		margin-right: 8px;
		background-color: #eeeeee;
		position: relative;
		overflow: hidden;
	}

	#rtDiagram .rtDTag .type .line {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 10px;
		background-color: #999999;
		z-index: 2;
	}

	#rtDiagram .rtDTag .type .text {
		font-size: 12px;
		color: #FFFFFF;
	}

	#rtDiagram .rtDTag .type:last-of-type {
		margin-right: 0;
	}

	#rtDiagram .rtDTag .type.one {
		background-color: #b5b5b5;
	}

	#rtDiagram .rtDTag .type.two {
		background-color: #787878;
	}

	#rtDiagram .rtDTag .type.three {
		background-color: #dcdcdc;
	}

	#rtDiagram .rtDTag .type.three .text {
		color: #848484;
	}

	#rtDiagram .rtDTag .type.four {
		background-color: #536e83;
	}

	#rtDiagram .rtDTag .type .line.gb {
		background-color: #979ff7;
	}

	#rtDiagram .rtDTag .type .line.gg {
		background-color: #f797c2;
	}

	#rtDiagram .rtDTag .type.one .line.gb {
		background-color: #979abf;
	}

	#rtDiagram .rtDTag .type.one .line.gg {
		background-color: #c09dac;
	}

	#rtDiagram .rtDInBox {
		display: flex;
		width: 100%;
		height: 100%;
		background-color: #f9f9f9;
		overflow: auto;
		padding: 10px 70px 10px 10px;
	}

	#MouseOver {
		min-width: 160px;
		width: 140px;
		padding: 0 10px;
		background-color: #FFFFFF;
		z-index: 3;
	}

	#MouseOver.active {
		display: flex;
	}

	#MouseOver .MOBox {
		padding: 5px 5px;
		border-bottom: 1px solid #e3e3e3
	}

	#MouseOver .MOBox li {
		width: 100%;
		padding: 1px 5px;
	}

	#MouseOver .MOBox li span {
		font-size: 12px;
		line-height: 20px;
	}

	#rtControll {
		bottom: 10px;
		right: 10px;
		width: 50px;
		height: 300px;
		border-radius: 0;
		box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
		transform: rotate(0);
	}

	#rtControll:before {
		display: none;
	}

	#rtControll:after {
		display: none;
	}

	#rtControll .rtTop {
		width: 50px;
		height: 50px;
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 1px solid #e3e3e3;
		border-bottom: none;
	}

	#rtControll .rtRight {
		width: 25px;
		height: 50px;
		position: absolute;
		top: 100px;
		left: auto;
		right: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 1px solid #e3e3e3;
		border-left: none;
	}

	#rtControll .rtBottom {
		width: 50px;
		height: 50px;
		position: absolute;
		top: auto;
		bottom: 50px;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 1px solid #e3e3e3;
		border-top: none;
	}

	#rtControll .rtLeft {
		width: 25px;
		height: 50px;
		position: absolute;
		top: 100px;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 1px solid #e3e3e3;
	}

	#rtControll .rtMiddle {
		width: 50px;
		height: 150px;
		position: absolute;
		top: 50px;
		left: 0;
		border: none;
		z-index: 2;
		border-radius: 0;
		transform: rotate(0);
		overflow: hidden;
	}

	#rtControll .rtMiddle .top {
		width: 50px;
		height: 50px;
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 1px solid #e3e3e3;
		border-bottom: none;
	}

	#rtControll .rtMiddle .bottom {
		width: 50px;
		height: 50px;
		position: absolute;
		top: auto;
		bottom: 0;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 1px solid #e3e3e3;
		border-top: none;
	}

	#rtControll .fullCenter {
		width: 50px;
		height: 50px;
		position: absolute;
		top: auto;
		bottom: 0;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 1px solid #e3e3e3;
		border-top: none;
		z-index: 5;
		border-radius: 0;
		transform: rotate(0);
	}

	#rtControll .setPoint {
		background-color: #FFFFFF;
		cursor: pointer;
		transition: 0.25s;
	}

	#rtControll .setPoint:hover {
		background-color: #f5f5f5;
	}

	#rtControll .icon {
		background-position: 50% 50%;
		width: 16px;
		height: 16px;
		background-repeat: no-repeat;
		position: relative;
		z-index: 1;
		background-size: contain;
	}

	#rtControll .rtTop .icon {
		background-image: url('../images/common/d-arrow-top.png');
		left: 0;
		top: 0;
		transform: rotate(0);
	}

	#rtControll .rtRight .icon {
		background-image: url('../images/common/s-arrow-right.png');
		left: 0;
		top: 0;
		transform: rotate(0);
	}

	#rtControll .rtBottom .icon {
		background-image: url('../images/common/d-arrow-bottom.png');
		left: 0;
		top: 0;
		transform: rotate(0);
	}

	#rtControll .rtLeft .icon {
		background-image: url('../images/common/s-arrow-left.png');
		left: 0;
		top: 0;
		transform: rotate(0);
	}

	#rtControll .rtMiddle .top .icon {
		background-image: url('../images/common/s-arrow-top.png');
		left: 0;
		top: 0;
	}

	#rtControll .rtMiddle .bottom .icon {
		background-image: url('../images/common/s-arrow-bottom.png');
		left: 0;
		top: 0;
	}

	#rtControll .fullCenter .icon {
		background-image: url('../images/common/f-arrow-top.png');
		left: 0;
		top: 0;
	}

	#setInTable {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		width: 100%;
		height: 100%;
		position: relative;
	}

	#setInTable .itTitle {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 90px;
		height: 40px;
		background-color: #777777;
		color: #FFFFFF;
		font-size: 16px;
		border-radius: 5px;
		position: absolute;
	}

	#setInTable .rtDItem {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		border-radius: 5px;
		position: absolute;
		padding: calc(0.5% + 10px) 0.5% 0.5% 0.5%;
		overflow: hidden;
		min-width: 60px;
		transition: 0.25s;
	}

	#setInTable .rtDItem .line {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 10px;
		background-color: #eeeeee;
	}

	#setInTable .rtDItem.one {
		background-color: #b5b5b5;
	}

	#setInTable .rtDItem.two {
		background-color: #787878;
	}

	#setInTable .rtDItem.three {
		background-color: #dcdcdc;
	}

	#setInTable .rtDItem.three .text {
		color: #848484;
	}

	#setInTable .rtDItem.four {
		background-color: #536e83;
	}

	#setInTable .rtDItem.active {
		background-color: #0ac7ca;
	}

	#setInTable .rtDItem .line.gb {
		background-color: #979ff7;
	}

	#setInTable .rtDItem .line.gg {
		background-color: #f797c2;
	}

	#setInTable .rtDItem.one .line.gb {
		background-color: #979abf;
	}

	#setInTable .rtDItem.one .line.gg {
		background-color: #c09dac;
	}

	#setInTable .rtDItem strong {
		display: block;
		color: #FFFFFF;
		font-size: 17px;
		line-height: 1;
		margin-bottom: 10px;
		transition: 0.25s;
	}

	#setInTable .rtDItem.three strong {
		color: #888888;
	}

	#setInTable .rtDItem .text {
		display: flex;
		width: 100%;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}

	#setInTable .rtDItem .text p {
		display: flex;
		width: 50%;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		font-size: 17px;
		line-height: 1.2;
		color: #FFFFFF;
		transition: 0.25s;
	}

	#setInTable .rtDItem.three .text p {
		color: #888888;
	}

	#setInTable .rtDItem.active {
		background-color: #0ac7ca;
	}

	#setInTable .rtDItem.active strong {
		color: #FFFFFF;
	}

	#setInTable .rtDItem.active .text p {
		color: #FFFFFF;
	}

	.selBoxItem {
		position: relative;
		width: 100%;
		height: 30px;
		margin-left: 5px;
	}

	.selBoxItem select {
		width: 100%;
	}


	/* 링크 마우스 우클릭 */
	#SetMouseOver {
		width: 100px;
		box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
		padding: 0 10px;
	}

	#SetMouseOver.active {
		display: flex;
	}

	#SetMouseOver .MOBox {
		padding: 5px 5px;
		border-bottom: 1px solid #e3e3e3
	}

	#SetMouseOver .MOBox:last-of-type {
		border-bottom: none;
	}

	#SetMouseOver .MOBox li {
		display: flex;
		width: 100%;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	#SetMouseOver .MOBox li:hover {
		background-color: #3aa9ab;
	}

	#SetMouseOver .MOBox li span {
		display: block;
		font-size: 12px;
		color: #777777;
		line-height: 20px;
		cursor: pointer;
	}

	#SetMouseOver .MOBox li:hover span {
		color: #FFFFFF;
	}

	/* 관계도 기능 */
	#relaPageSet {
		top: 5px;
		right: 5px;
		width: 40px;
		height: 40px;
		border-radius: 0;
	}

	#relaPageSet a i {
		font-size: 24px;
		line-height: 38px;
	}

	#relaoption-set {
		position: absolute;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-end;
		top: 130px;
		right: 10px;
		z-index: 6;
	}

	#relaoption-set .os-top {
		display: flex;
		flex-direction: column;
		border-radius: 3px;
		background-color: #585A70;
		border: 1px solid #353640;
		margin-top: 5px;
	}

	#relaoption-set .os-top > div {
		width: 50px;
		height: 51px;
		border-top: 1px solid #353640;
		background-size: 30px auto;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		cursor: pointer;
		position: relative;
	}

	#relaoption-set .os-top > div:first-of-type {
		border-top: none;
	}

	#relaoption-set .os-bottom {
		border-radius: 3px;
		background-color: #585A70;
		border: 1px solid #353640;
	}

	#relaoption-set .os-range {
		width: 50px;
		height: 150px;
		position: relative;
	}

	#relaoption-set .os-bottom button {
		background-color: transparent;
		height: 30px;
		text-align: center;
		width: 100%;
		border: none;
		outline: none;
		color: #FFFFFF;
		cursor: pointer;
	}

	#relaoption-set .os-zplus {
		border-bottom: 1px solid #353640;
		margin-bottom: 10px;
	}

	#relaoption-set .os-zminus {
		border-top: 1px solid #353640;
		margin-top: 10px;
	}

	#relaoption-set .os-back {
		display: flex;
		flex-direction: column;
		border-radius: 3px;
		background-color: #585A70;
		border: 1px solid #353640;
		margin-top: 5px;
	}

	#relaoption-set .os-back > div {
		width: 50px;
		height: 51px;
		border-bottom: 1px solid #353640;
		background-size: 30px auto;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		cursor: pointer;
		position: relative;
	}

	#relaoption-set .os-back > div:last-of-type {
		border-bottom: none;
	}

	#relaoption-set #r-zoomin {
		background-image: url('../images/icon-zoomin.png');
	}

	#relaoption-set #r-zoomout {
		background-image: url('../images/icon-zoomout.png');
		border-top: none;
	}

	#relaoption-set #r-fullscreen {
		background-image: url('../images/icon-fullscreen.png');
	}

	#relaoption-set #r-print { /*background-image:url('../images/icon-print.png');*/
	}

	#relaoption-set #r-print .OnsetBtn {
		background-image: url('../images/icon_lang_cc.png');
		background-size: 32px auto;
		background-position: 50% 50%;
		background-repeat: no-repeat;
	}

	#relaoption-set #r-print .OnsetBtn.on {
		background-image: url('../images/icon_lang_kr.png');
	}

	#relaoption-set #r-download {
		background-image: url('../images/icon-download.png');
	}

	#relaoption-set #r-link {
		background-image: url('../images/icon-share.png');
	}

	#relaoption-set .OnsetBtn {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
	}

	.approvalBox {
		width: 100%;
		height: auto;
		text-align: center;
		padding-bottom: 15px
	}

	.approvalBox b {
		display: block;
		width: 100%;
		border-bottom: 1px solid #ddd;
		font-size: 16px;
		color: #000000;
		font-weight: 700;
		padding: 5px 0;
	}

	.approvalBox span {
		display: block;
		width: 100%;
		padding: 5px 0;
	}

	.approvalBox span i {
		display: inline-block;
		color: #3aa9ab
	}

	.approvalBox.approvalWa b {
		color: #585A70
	}

	.approvalBox.approvalAp b {
		color: #3aa9ab
	}

	.approvalBox.approvalAc b {
		color: #C02B3C
	}

	.approvalBox.approvalAc i:first-of-type {
		color: #C02B3C
	}

	.areaTitle.C-character {
		width: 40%;
	}

	.table-radio.C-character {
		width: 60%;
	}

	.overAll {
		top: 180px;
		right: 50px;
		width: 240px;
		min-height: 150px;
	}

	.overAll:after {
		bottom: 15px;
		right: -14px;
	}

	.overAll .oaTitle {
		display: block;
		width: 100%;
		background-color: #000000;
		text-align: center;
		font-size: 14px;
		padding: 8px;
		line-height: 20px;
		color: #FFFFFF;
		font-weight: 500;
	}

	.overAll .overset {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		width: 100%;
		padding: 15px 10px;
	}

	.overAll .oaRadio {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 5px;
		width: 100%;
	}

	.overAll .oaRadio label {
		margin-left: 5px;
		color: #000000;
		line-height: 30px;
	}

	.overAll .oaSel {
		margin-left: 10px;
		width: calc(100% - 85px);
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}

	.overAll .oaSel select {
		width: calc(50% - 7px);
		appearance: auto;
		border: 1px solid #e3e3e3;
		height: 30px;
		outline: none;
	}

	.overAll .oaSel .oaCenter {
		width: 14px;
		height: 30px;
		line-height: 30px;
		text-align: center;
	}

	.overAll .oaBtn {
		display: flex;
		margin-top: 15px;
		justify-content: center;
		align-items: center;
		width: 100%;
	}

	.overAll .oaBtn button {
		border: 1px solid #e3e3e3;
		background-color: #FFFFFF;
		font-size: 14px;
		line-height: 1;
		height: 30px;
		padding: 0 15px;
		min-width: 80px;
		margin: 0 3px;
		cursor: pointer;
		border-radius: 3px;
	}
}


@media (min-width: 960px) {
	/* 신규화먄에 관련된 추가 CSS 2022.09.05 */
	#directDrawLeft {
		transition: 0.25s;
	}

	#directDrawRight {
		transition: 0.25s;
	}

	/*body.on #directDrawLeft {transform:scale(2) translateX(0px) !important;}*/
	/*body.on #directDrawRight {transform:scale(2) translateX(0px) !important;}*/
	/*!*body.ons #directDrawLeft {transform:scale(2) translateX(75px) !important;}*!*/
	/*!*body.ons #directDrawRight {transform:scale(2) translateX(75px) !important;}*!*/
	/*body.ons #directDrawLeft {transform:scale(1) translateX(150px) !important;}*/
	/*body.ons #directDrawRight {transform:scale(1) translateX(150px) !important;}*/
}

/* 커뮤니티 게시판 */
.comuList {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
}

.commuItem {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	padding: 25px 0;
	border-bottom: 1px solid #e3e3e3;
}

.commuItem:first-of-type {
	padding-top: 10px;
}

.commuItem:last-of-type {
	border-bottom: none;
	padding-bottom: 10px;
}

.commuItem .cuTitle {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	color: #3f3f3f;
	margin-bottom: 10px;
	white-space: nowrap;
	/* overflow: hidden; */
	text-overflow: ellipsis;
	cursor: pointer;
}

.commuItem .cuEtc {
	display: block;
	width: 100%;
	text-align: left;
	margin-bottom: 15px;
}

.commuItem .cuEtc span {
	display: inline-block;
	color: #bababa;
	font-size: 12px;
	position: relative;
	line-height: 1;
}

.commuItem .cuEtc .name {
	padding-right: 10px;
}

.commuItem .cuEtc .name:after {
	content: "";
	display: block;
	width: 1px;
	height: 11px;
	top: 2px;
	right: 0;
	background-color: #bababa;
	position: absolute;
}

.commuItem .cuEtc .date {
	padding-left: 9px;
}

.commuItem .cuText {
	font-size: 14px;
	line-height: 1.4;
	color: #717171;
	word-break: keep-all;
}

.commuItem img {
	max-width: 100%;
}

.commuItem .cuFile {
	display: block;
	width: 100%;
	background-color: #f5f5f5;
	margin-top: 15px;
}

.commuItem .cuFile a {
	display: block;
	width: 100%;
	height: 34px;
	border-bottom: 1px solid #e3e3e3;
	padding: 0 10px;
	background: url('../images/icon-cudown.png') no-repeat top 50% right 10px;
}

.commuItem .cuFile a span {
	font-size: 12px;
	color: #b0b0b0;
	line-height: 33px;
}

.cmBtnInBox {
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	margin-top: 15px;
}

.cmBtnInBox a {
	display: block;
	padding: 0 8px;
	border: 1px solid #333333;
	color: #333333;
	line-height: 28px;
	text-align: center;
	margin-left: 5px;
}

.writeBox {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	position: absolute;
    top: 0;
    background-color: #fff;
	margin-top: 10px;
}

.writeBox .wBTitle {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}

.writeBox .wBTitle input {
	width: 100%;
	border: 1px solid #e3e3e3;
	border-radius: 0
}

.writeBox .wBTitle {
	width: 100%;
}


.horiBtnClose {
	display: none;
	width: 45px;
	height: 45px;
	border: 1px solid #474857;
	border-left: none;
	background-color: #585a70;
	position: fixed;
	top: 0;
	left: 130px;
	z-index: 4;
}

.horiBtnClose:before {
	content: "";
	width: 18px;
	height: 2px;
	background-color: #FFFFFF;
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 9px);
	transform: rotate(45deg);
}

.horiBtnClose:after {
	content: "";
	width: 18px;
	height: 2px;
	background-color: #FFFFFF;
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 9px);
	transform: rotate(-45deg);
}

.hz-maess {
	display: none;
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	justify-content: center;
	align-items: center;
}

.hz-maess strong {
	display: block;
	width: 100%;
	font-size: 24px;
	line-height: 36px;
	color: #FFFFFF;
	text-align: center;
}

.sz-maess {
	display: none;
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	justify-content: center;
	align-items: center;
}

.sz-maess strong {
	display: block;
	width: 100%;
	font-size: 24px;
	line-height: 36px;
	color: #FFFFFF;
	text-align: center;
}

@media all and (min-width: 600px) and (max-width: 760px) {
	.sz-maess {
		display: flex;
	}
	#NsideAside {
		width:100%;
		left:0;
	}
}

@media all and (max-width: 1480px) and (min-width: 760px) {
	body.on {
		padding-left: 0;
	}

	body.ons {
		padding-left: 0;
	}

	.hz-maess {
		display: flex;
	}

	/* 모바일 반응형 가로모드 */
	.nav {
		display: none;
		width: 130px;
	}

	.horiBtnClose.on {
		display: block;
	}

	.nav.on {
		display: flex;
	}

	.nav ul {
		width: 100%;
		border-right: 1px solid #474857;
	}

	.nav ul li {
		width: 100%;
		height: 45px;
	}

	.nav ul li a {
		width: 100%;
		height: 100%;
		padding-top: 0;
		padding-left: 46px;
		text-align: left;
		font-size: 14px;
		line-height: 44px;
	}

	.nav ul li:nth-of-type(1) a {
		background: url('../images/bookicon/search.png') no-repeat left 10px center;
		background-color: #3aa9ab;
		background-size: 24px auto;
	}

	.nav ul li:nth-of-type(2) a {
		background: url('../images/bookicon/book.png') no-repeat left 10px center;
		background-size: 24px auto;
	}

	.nav ul li:nth-of-type(3) a {
		background: url('../images/bookicon/align.png') no-repeat left 10px center;
		background-size: 24px auto;
	}

	.nav ul li:nth-of-type(4) a {
		background: url('../images/bookicon/line.png') no-repeat left 10px center;
		background-size: 24px auto;
	}

	.nav ul li:nth-of-type(5) a {
		background: url('../images/bookicon/supplement.png') no-repeat left 10px center;
		background-size: 24px auto;
	}

	.nav ul li:nth-of-type(6) a {
		background: url('../images/bookicon/pensil.png') no-repeat left 10px center;
		background-size: 22px auto;
	}

	.nav ul li:nth-of-type(7) a {
		background: url('../images/bookicon/fix.png') no-repeat left 10px center;
		background-size: 22px auto;
	}

	.nav ul li:nth-of-type(8) a {
		background: url('../images/bookicon/fix.png') no-repeat left 10px center;
		background-size: 22px auto;
	}

	.nav ul li:nth-of-type(9) a {
		background: url('../images/bookicon/diagram.png') no-repeat left 10px center;
		background-size: 22px auto;
	}

	.nav ul li.admin a {
		background: url('../images/bookicon/user.png') no-repeat left 10px center;
		background-size: 24px auto;
	}

	.nav ul li.mypage a {
		background: url('../images/bookicon/user.png') no-repeat left 10px center;
		background-size: 24px auto;
	}

	.nav ul li.community {
		bottom: 45px;
	}

	.nav ul li.community a {
		background: url('../images/bookicon/icon-commu.png') no-repeat left 10px center;
		background-size: 24px auto;
	}

	#NsideAside {
		left: 0;
	}

	.horiBtn {
		display: block;
	}

	#pageflip-controls {
		left: auto;
		right: 0;
		transform: none;
		border: 1px solid #353640;
		border-radius: 0;
		overflow: visible;
	}

	#pageflip-controls {
		padding: 0;
		bottom: 0;
		right: calc(50% - 250px);
	}

	#pageflip-controls .controls-bar.left {
		top: 4px;
		left: 4px;
	}

	#pageflip-controls .controls-bar.right {
		top: 4px;
		right: 4px;
	}

	#pageflip-controls i {
		font-size: 12px;
		height: 34px;
		width: 40px;
		line-height: 32px;
		text-align: center;
		color: #FFFFFF;
	}

	#pageflip-controls .controls-center {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-start;
	}

	#pageflip-controls .controls-center > div {
		border-bottom: none;
	}

	#pageflip-controls .controls-center > div:last-of-type {
		border-bottom: none;
	}

	#pageflip-controls .controls-center > form {
		position: relative;
		bottom: 0;
		left: 0;
		width: 150px;
	}

	#pageflip-controls .controls-center > form input {
		color: #FFFFFF;
		height: 34px;
		font-size: 12px;
		width: 150px;
	}

	#pageflip-controls.on {
		left: auto;
	}

	#pageflip-controls.ons {
		left: auto;
	}

	#pf-pfpager {
		width: calc(100% - 110px);
	}

	#pageflip {
		background-image: none !important;
	}

	.sideControllBar button {
		width: 40px;
		height: 40px;
	}

	.sideControllBar button:after {
		width: 15px;
		height: 15px;
	}

	.sideControllBar button.next:after {
		transform: rotate(45deg) translate(-2px, 2px)
	}

	.sideControllBar button.prev:after {
		transform: rotate(45deg) translate(2px, -2px)
	}

	.sideControllBar button.next_user:after {
		transform: rotate(45deg) translate(-2px, 2px)
	}

	.sideControllBar button.prev_user:after {
		transform: rotate(45deg) translate(2px, -2px)
	}

	.sideControllBar button.next {
		right: 110px!important;
	}

	.sideControllBar button.prev {
		left: -170px!important;
	}

	.sideControllBar button.next_user {
		right: -30px!important;
	}

	.sideControllBar button.prev_user {
		left: -90px!important;
	}


	#option-set {
		top: 70px;
	}

	#option-set .os-top {
		margin-top: 10px;
	}

	#option-set .os-back {
		margin-top: 10px;
	}

	#adminPageSet {
		top: 10px;
		right: 10px;
	}

	#option-set .os-range {
		height: 80px;
	}

	input[type=range] {
		width: 80px;
		top: 36px;
		left: -15px;
	}

	input[type=range]::-webkit-slider-runnable-track {
		width: 80px;
		height: 8px;
	}

	input[type=range]::-webkit-slider-thumb {
		height: 20px;
		width: 8px;
		margin-top: -6px;
	}

	.pf-disabled {
		opacity: 1;
	}

	.pf-disabled i {
		opacity: 0.2;
	}

	.side-box {
		left: 0;
	}

	body.on #rtDiagram {
		width: 100%;
		left: 0;
	}

	body.ons #rtDiagram {
		width: 100%;
		left: 0;
	}

	body.on .sideControllBar {
		left: 50%;
	}

	body.ons .sideControllBar {
		left: 50%;
	}

	#rtDiagram {
		width: 100%;
		left: 0;
	}

	#rtDiagram .rtDTop {
		padding-left: 60px;
	}

	.pbHeadBox {
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}

	.pbHeadBox > li {
		width: auto;
		margin: 0;
		margin-right: 7px;
		padding: 0;
	}

	#popupBox .popupInBox {
		max-height: 1200px;
		overflow: auto;
	}

	#NsideAside {
		width:90%;
		left:5%;
	}
}


@media (max-width: 960px) {
	.sideControllBar {
		display: none;
	}
}

.AmFixHeader {
	position: fixed;
	left:0px;
	right:0px;
	top:0px;
	height:50px;
}
.AmFixContent {
	position: fixed;
	left:0px;
	right:0px;
	top:50px;
	bottom:72px;
}
.AmFixBottom {
	position: fixed;
	left:0px;
	right:0px;
	bottom:0px;
	height:72px;
}




.mytooltip {
	display: inline;
	position: relative;
	z-index: 999
}

.mytooltip .tooltip-item {
	background: rgba(0,0,0,0.1);
	cursor: pointer;
	display: inline-block;
	font-weight: 500;
	padding: 0 10px
}

.mytooltip .tooltip-content {
	position: absolute;
	z-index: 9999;
	width: 360px;
	left: 50%;
	margin: 0 0 20px -180px;
	bottom: 100%;
	text-align: left;
	font-size: 14px;
	line-height: 30px;
	-webkit-box-shadow: -5px -5px 15px rgba(48,54,61,0.2);
	box-shadow: -5px -5px 15px rgba(48,54,61,0.2);
	background: #2b2b2b;
	opacity: 0;
	cursor: default;
	pointer-events: none
}

.mytooltip .tooltip-content::after {
	content: '';
	top: 100%;
	left: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: #2a3035 transparent transparent;
	border-width: 10px;
	margin-left: -10px
}

.mytooltip .tooltip-content img {
	position: relative;
	height: 140px;
	display: block;
	float: left;
	margin-right: 1em
}

.mytooltip .tooltip-item::after {
	content: '';
	position: absolute;
	width: 360px;
	height: 20px;
	bottom: 100%;
	left: 50%;
	pointer-events: none;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.mytooltip:hover .tooltip-item::after {
	pointer-events: auto
}

.mytooltip:hover .tooltip-content {
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
	transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg)
}

.mytooltip:hover .tooltip-content2 {
	opacity: 1;
	font-size: 18px
}

.mytooltip:hover .tooltip-content2 i {
	opacity: 1;
	font-size: 18px
}

.mytooltip:hover .tooltip-content2 {
	opacity: 1;
	font-size: 18px;
	pointer-events: auto;
	-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1)
}

.mytooltip:hover .tooltip-content2 i {
	opacity: 1;
	font-size: 18px;
	pointer-events: auto;
	-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1)
}

.mytooltip:hover .tooltip-item2 {
	color: #fff;
	-webkit-transform: translate3d(0, -0.9em, 0);
	transform: translate3d(0, -0.9em, 0)
}

.mytooltip:hover .tooltip-text3 {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}

.mytooltip:hover .tooltip-content3 {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}

.mytooltip:hover .tooltip-content4 {
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mytooltip:hover .tooltip-text2 {
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mytooltip:hover .tooltip-inner2 {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mytooltip:hover .tooltip-content5 {
	opacity: 1;
	pointer-events: auto;
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}

.mytooltip .tooltip-text {
	font-size: 14px;
	line-height: 24px;
	display: block;
	padding: 1.31em 1.21em 1.21em 0;
	color: #fff
}

.mytooltip .tooltip-item2 {
	color: #4099ff;
	cursor: pointer;
	z-index: 100;
	position: relative;
	display: inline-block;
	font-weight: 700;
	font-size: 14px;
	-webkit-transition: background-color 0.3s, color 0.3s, -webkit-transform 0.3s;
	transition: background-color 0.3s, color 0.3s, -webkit-transform 0.3s;
	transition: background-color 0.3s, color 0.3s, transform 0.3s;
	transition: background-color 0.3s, color 0.3s, transform 0.3s, -webkit-transform 0.3s
}

.tooltip.tooltip-effect-2:hover .tooltip-content {
	-webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
	transform: perspective(1000px) rotate3d(1, 0, 0, 0deg)
}

.tooltip-effect-5 .tooltip-text {
	padding: 1.4em
}

.tooltip-effect-1 .tooltip-content {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
	color: #fff
}

.tooltip-effect-2 .tooltip-content {
	-webkit-transform-origin: 50% calc(110%);
	transform-origin: 50% calc(110%);
	-webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
	transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
	transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s
}

.tooltip-effect-3 .tooltip-content {
	-webkit-transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
	transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s
}

.tooltip-effect-4 .tooltip-content {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: scale3d(0.7, 0.3, 1);
	transform: scale3d(0.7, 0.3, 1);
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
	transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s
}

.tooltip-effect-5 .tooltip-content {
	width: 180px;
	margin-left: -90px;
	-webkit-transform-origin: 50% calc(106%);
	transform-origin: 50% calc(106%);
	-webkit-transform: rotate3d(0, 0, 1, 15deg);
	transform: rotate3d(0, 0, 1, 15deg);
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
	transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
	-webkit-transition-timing-function: ease,cubic-bezier(0.17, 0.67, 0.4, 1.39);
	transition-timing-function: ease,cubic-bezier(0.17, 0.67, 0.4, 1.39)
}

.tooltip-effect-6 .tooltip-content2 {
	-webkit-transform: translate3d(0, 10px, 0) rotate3d(1, 1, 1, 45deg);
	transform: translate3d(0, 10px, 0) rotate3d(1, 1, 1, 45deg);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s
}

.tooltip-effect-6 .tooltip-content2 i {
	-webkit-transform: scale3d(0, 0, 1);
	transform: scale3d(0, 0, 1);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s
}

.tooltip-effect-7 .tooltip-content2 {
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s
}

.tooltip-effect-7 .tooltip-content2 i {
	-webkit-transform: translate3d(0, 15px, 0);
	transform: translate3d(0, 15px, 0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s
}

.tooltip-effect-8 .tooltip-content2 {
	-webkit-transform: translate3d(0, 10px, 0) rotate3d(0, 1, 0, 90deg);
	transform: translate3d(0, 10px, 0) rotate3d(0, 1, 0, 90deg);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s
}

.tooltip-effect-8 .tooltip-content2 i {
	-webkit-transform: scale3d(0, 0, 1);
	transform: scale3d(0, 0, 1);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s
}

.tooltip-effect-9 .tooltip-content2 {
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s
}

.tooltip-effect-9 .tooltip-content2 i {
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s
}

.tooltip-effect-6:hover .tooltip-content2 i {
	-webkit-transform: rotate3d(1, 1, 1, 0deg);
	transform: rotate3d(1, 1, 1, 0deg)
}

.tooltip-content2 {
	position: absolute;
	z-index: 9999;
	width: 80px;
	height: 80px;
	padding-top: 25px;
	left: 50%;
	margin-left: -40px;
	bottom: 100%;
	border-radius: 50%;
	text-align: center;
	background: #4099ff;
	color: #fff;
	opacity: 0;
	margin-bottom: 20px;
	cursor: default;
	pointer-events: none
}

.tooltip-content2 i {
	opacity: 0
}

.tooltip-content2::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin: -7px 0 0 -15px;
	width: 30px;
	height: 20px;
	background: url("../images/tooltip/tooltip1.svg") center center no-repeat;
	background-size: 100%
}

.tooltip-content3 {
	position: absolute;
	background: url("../images/tooltip/shape1.svg") center bottom no-repeat;
	background-size: 100% 100%;
	z-index: 9999;
	width: 200px;
	bottom: 100%;
	left: 50%;
	margin-left: -100px;
	padding: 50px 30px;
	text-align: center;
	color: #fff;
	opacity: 0;
	cursor: default;
	font-size: 14px;
	line-height: 27px;
	pointer-events: none;
	-webkit-transform: scale3d(0.1, 0.2, 1);
	transform: scale3d(0.1, 0.2, 1);
	-webkit-transform-origin: 50% 120%;
	transform-origin: 50% 120%;
	-webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
	transition: opacity 0.4s, -webkit-transform 0.4s;
	transition: opacity 0.4s, transform 0.4s;
	transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
	-webkit-transition-timing-function: ease,cubic-bezier(0.6, 0, 0.4, 1);
	transition-timing-function: ease,cubic-bezier(0.6, 0, 0.4, 1)
}

.tooltip-content3::after {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	left: 50%;
	margin-left: -8px;
	top: 100%;
	background: #00AEEF;
	-webkit-transform: translate3d(0, -60%, 0) rotate3d(0, 0, 1, 45deg);
	transform: translate3d(0, -60%, 0) rotate3d(0, 0, 1, 45deg)
}

.tooltip-content4 {
	position: absolute;
	z-index: 99;
	width: 360px;
	left: 50%;
	margin-left: -180px;
	bottom: -5px;
	text-align: left;
	background: #4099ff;
	opacity: 0;
	font-size: 14px;
	line-height: 27px;
	padding: 1.5em;
	color: #fff;
	border-bottom: 55px solid #0065d9;
	cursor: default;
	pointer-events: none;
	border-radius: 5px;
	-webkit-transform: translate3d(0, -0.5em, 0);
	transform: translate3d(0, -0.5em, 0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s
}

.tooltip-content4 a {
	color: #2b2b2b
}

.tooltip-content4 .tooltip-text2 {
	opacity: 0;
	-webkit-transform: translate3d(0, 1.5em, 0);
	transform: translate3d(0, 1.5em, 0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s
}

.tooltip-content5 {
	position: absolute;
	z-index: 9999;
	width: 300px;
	left: 50%;
	bottom: 100%;
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
	font-weight: 400;
	color: #fff;
	background: 0 0;
	opacity: 0;
	margin: 0 0 20px -150px;
	cursor: default;
	pointer-events: none;
	-webkit-transition: opacity 0.3s 0.3s;
	transition: opacity 0.3s 0.3s
}

.tooltip-content5 span {
	display: block
}

.tooltip-content5::after {
	content: '';
	bottom: -20px;
	left: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: #4099ff transparent transparent;
	border-width: 10px;
	margin-left: -10px
}

.tooltip-content5 .tooltip-text3 {
	border-bottom: 10px solid #4099ff;
	overflow: hidden;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	transition: -webkit-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s
}

.tooltip-content5 .tooltip-inner2 {
	background: #2b2b2b;
	padding: 40px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s
}






a.mytooltip {
	font-weight: 700;
	color: #4099ff;
	z-index: 9
}

.tooltip-link a {
	margin-left: 10px;
	color: #4099ff
}

.tooltip-icon button i {
	margin-right: 0
}


#idPopContPosSpeedEditor {
	display: flex;
	flex-direction: column;
	height: 100%; /* 필요에 따라 조정 */
}

#idPopContPosSpeedEditor .adminPCSet {
	flex-shrink: 0;
}

#idPopContPosSpeedEditor .adPCItem textarea {
	flex-grow: 1;
	/* 높이를 조정하려면 min-height와 max-height도 설정할 수 있음 */
}

#GoBookPageType::placeholder {
	color: white; /* 원하는 색상 코드로 변경하세요 */
}

.mb-3 {
	margin-top: 0rem!important;
	margin-bottom: 1rem!important;
}
.mt-3 {
	margin-top: 1rem!important;
	margin-bottom: 0rem!important;
}

.form-label, .row{
	margin:0.5rem 0rem!important;
	display: flex; align-items: center;
}

.form-label span{
	display: flex; align-items: center;
}

.form-label input {
	display:flex;
	margin:5px;
}

.vocrB{
	background-color:rgba(200, 50, 0, 0.05);
	color:#c30;
	border:1px dashed #c30;
	display: flex;
	justify-content: flex-end;
	align-items: center;

}

.vocrH{
	background-color:rgba(200, 50, 0, 0.02);
	color:#c30;
	border:0.5px dashed #c30;
	display: flex;
	justify-content: flex-end;
	align-items: center;

}

.vocrName{
	background-color:rgba(0, 0,255,0.05);
	color:#009;
	border:1px solid #339;
	display: flex;
	justify-content: center; /* 가로 방향으로 중앙 정렬 */
	align-items: flex-start; /* 세로 방향으로 상단 정렬 */
}

.ocrHuboList
{
	font-family: '마이루트해서' !important;
	border:1px solid #ddd;
	font-size:18px;
	background-color:rgba(255, 255, 255, 1);
	height:240px;
	min-height:240px;
	padding:5px;
}

.ocrHuboItem
{
	cursor:pointer;
	font-family: '마이루트해서' !important;
	border:1px solid #ddd;
	border-radius:8px;
	margin:4px;
	padding:8px;
	background-color:rgba(204, 102, 0, 0.1);;

}

.ocr_line
{
	position: absolute;
	left: 50%;
	width:2px;

}



