@charset "utf-8";
.dev-layer-container {
	margin: 0;
	padding-bottom: 100%;
	max-width: 100%;
	height: 0;
	position: relative;
	overflow: hidden;
}
.dev-layer-container iframe,
.dev-layer-container object,
.dev-layer-container embed {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.dev-modal-background {
	position: absolute;
	z-index: 1000;
	background-color: #060606;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0.5;
}
.dev-loadingImg {
	position: absolute;
	left: 40%;
	top: 40%;
	z-index: 30000;
	width: 250px;
	height: 70px;
	background-color: white;
	text-align: center;
}

.dev-mobile-loading-background {
	position: absolute;
	z-index: 1000;
	background-color: #f3f4f8;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0.5;
}

.dev-mobile-loadingImg {
	position: absolute;
	left: 45%;
	top: 45%;
	z-index: 30000;
	background-color: transparent;
	text-align: center;
}

.grid-custm-button {
	width: 98%;
	height: 23px;
	border-radius: 3px;
	background-color: #555555;
	border: none;
	color: #ffffff;
	/* padding: 15px 32px; */
	text-align: center;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	/* margin: 16px 0 !important; */
	text-decoration: none;
	/* font-size: 16px; */
	cursor: pointer;
}

.RED {
	background: #ffcaca !important;
}

.fileUpload.progressContainer {
	position: relative;
	width: 100%;
	padding: 1px 0px;
	border: 1px solid #eee;
	margin-top: 15px;
	background: #000;
	height: 14px;
	bottom: 20%;
}
.fileUpload.progress {
	margin-top: 2px;
	position: absolute;
	width: calc(100% - 2px);
	height: 10px;
}
.fileUpload.progressTotal {
	background: #5d5d5d;
	border-radius: 10px;
}
.fileUpload.progressNow {
	width: calc(0% - 2px);
	background: #fff;
	border-radius: 10px;
}
.fileUpload.progressPer {
	background: transparent;
	text-align: center;
	color: #ffffff;
	font-size: 1px;
}

.load-progress {
	width: 100%;
}

[data-uone-grid-paging-move="first"] {
	min-width: 20px;
	border-radius: 5px;
	padding: 1px;
	border: 0px none;
	background: transparent;
	font-size: 13px;
	color: #222;
	outline: 0;
}

[data-uone-grid-paging-move="pre"] {
	box-sizing: border-box;
	min-width: 20px;
	border-radius: 5px;
	padding: 1px;
	border: 0px none;
	background: transparent;
	font-size: 13px;
	color: #222;
	outline: 0;
}
[data-uone-grid-paging-move="next"] {
	box-sizing: border-box;
	min-width: 20px;
	border-radius: 5px;
	padding: 1px;
	border: 0px none;
	background: transparent;
	font-size: 13px;
	color: #222;
	outline: 0;
}

[data-uone-grid-paging-move="last"] {
	box-sizing: border-box;
	min-width: 20px;
	border-radius: 5px;
	padding: 1px;
	border: 0px none;
	background: transparent;
	font-size: 13px;
	color: #222;
	outline: 0;
}

[data-uone-grid-paging-area] {
	display: table-cell;
	vertical-align: middle;
}

[data-uone-grid-paging-num][data-uone-grid-paging-num-selected="true"] {
	background-color: #888;
	color: #fff;
}

[data-uone-grid-paging-num] {
	box-sizing: border-box;
	min-width: 20px;
	border-radius: 5px;
	padding: 0px 7px 0 7px;
	border: 0px none;
	background: transparent;
	font-size: 13px;
	color: #222;
	outline: 0;
}

[data-uone-grid-paging-num-selected]:active {
	background-color: #888;
	color: #fff;
}

[data-uone-grid-paging-move="first"]:active {
	background-color: #888;
	color: #fff;
}

[data-uone-grid-paging-move="pre"]:active {
	background-color: #888;
	color: #fff;
}

[data-uone-grid-paging-move="next"]:active {
	background-color: #888;
	color: #fff;
}

[data-uone-grid-paging-move="last"]:active {
	background-color: #888;
	color: #fff;
}

[data-uone-grid-paging-num-selected]:hover {
	text-decoration: underline;
}

[data-uone-grid-paging-move="first"]:hover {
	text-decoration: underline;
}

[data-uone-grid-paging-move="pre"]:hover {
	text-decoration: underline;
}

[data-uone-grid-paging-move="next"]:hover {
	text-decoration: underline;
}

[data-uone-grid-paging-move="last"]:hover {
	text-decoration: underline;
}

.swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.swiper-body {
	background: #000;
	font-family:
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
	height: 650px;
	width: 500px;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}
.gallery-top {
	height: 80%;
	width: 100%;
}
.gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

/* main #editor {
	background: var(--ck-sample-color-white);
	box-shadow: 2px 2px 2px rgba(0,0,0,.1);
	border: 1px solid #DFE4E6;
	border-bottom-color: #cdd0d2;
	border-right-color: #cdd0d2;
} */

.ck.ck-editor {
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.ck.ck-content {
	font-size: 1em;
	line-height: 1.6em;
	margin-bottom: 0.8em;
	min-height: 400px;
	padding: 1.5em 2em;
}

.baseFold {
	position: relative;
	padding: 0;
	border: 1px solid #dcdce7;
	/* border-width: 1px 0; */
	background: #fff;
	border-color: #ededed;
	display: table;
	width: 100%;
	height: 100%;
	margin: 15px auto;
	table-layout: fixed;
	max-width: 70%;
}

.baseFold .title {
	position: relative;
	padding-right: 43px;
	cursor: pointer;
	padding: 16px 14px;
	word-wrap: break-word;
	word-break: break-all;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	display: -ms-flex;
	display: -moz-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}

.baseFold .title h2 {
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: -0.025em;
}

.baseFold.selected .title:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms--moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.baseFold .title:after {
	position: absolute;
	top: 22px;
	right: 14px;
	content: "";
	height: 11px;
	width: 19px;
	display: block;
	background: url(/resources/images/bg_fold.png) no-repeat 0 0;
	background-size: 19px auto;
	transition: 0.3s ease-out;
}

.baseFold .contents {
	border-top: 1px solid #eaeaea;
	overflow: visible;
	opacity: 1;
	height: auto;
	border-top-width: 1px;
	transition:
		height 0.3s ease,
		opacity 0.3s ease-out;
	padding: 5px;
}

/*자동완성*/
.autocomplte_wrap {
	position: relative;
}

.autocomplte {
	position: absolute;
	top: 25px;
	/* width: 250px; */
	max-height: 625px;
	background-color: #fff;
	z-index: 99;
	border: 1px solid #d2d2d2;
	overflow: auto;
	overflow-x: hidden;
	border-top: 0px !important;
}

.autocomplte > li {
	border: 0;
	padding: 4px 5px !important;
	font-size: 14px;
	cursor: pointer;
	/* border-bottom: 1px solid #f1f1f1; */
	border-top: 0 !important;
	height: 24px !important;
}

.autocomplte > li.selected {
	background: #9e9e9e9e;
	color: #fff;
	font-weight: 600;
}

.autocomplte > li::after {
	content: "";
	display: inline-block;
	clear: both;
}

.autocomplte > li:hover {
	background: #9e9e9e9e;
	color: #fff;
	font-weight: 600;
}
/*자동완성*/

/* 그리드 */
a.gridBtnRed {
	margin-top: 1px;
	min-width: 50px;
	height: 23px;
	line-height: 22px;
	text-align: center;
	vertical-align: top;
	color: #fff;
	letter-spacing: 0;
	text-shadow: none !important;
	border: 1px solid #ea4242;
	border-radius: 3px;
	background: #ea4242;
	display: inline-block;
	padding: 0 10px;
	font-size: 11px;
	font-weight: bold;
}

a.gridBtnBlue {
	margin-top: 1px;
	min-width: 50px;
	height: 23px;
	line-height: 22px;
	text-align: center;
	vertical-align: top;
	color: #fff;
	letter-spacing: 0;
	text-shadow: none !important;
	border: 1px solid #1a73e8;
	border-radius: 3px;
	background: #1a73e8;
	display: inline-block;
	padding: 0 10px;
	font-size: 11px;
	font-weight: bold;
}

a.gridBtnBlack {
	margin-top: 1px;
	min-width: 50px;
	height: 23px;
	line-height: 22px;
	text-align: center;
	vertical-align: top;
	color: #fff;
	letter-spacing: 0;
	text-shadow: none !important;
	border: 1px solid #2f303a;
	border-radius: 3px;
	background: #2f303a;
	display: inline-block;
	padding: 0 10px;
	font-size: 11px;
	font-weight: bold;
}

a.gridBtnGray {
	margin-top: 1px;
	min-width: 50px;
	height: 23px;
	line-height: 22px;
	text-align: center;
	vertical-align: top;
	color: #fff;
	letter-spacing: 0;
	text-shadow: none !important;
	border: 1px solid #9a9ba7;
	border-radius: 3px;
	background: #9a9ba7;
	display: inline-block;
	padding: 0 10px;
	font-size: 11px;
	font-weight: bold;
}

.grid-tooltip {
	position: absolute;
	width: 200px;
	height: 200px;
	border: 1px solid cornflowerblue;
	overflow: hidden;
	pointer-events: none;
	transition: opacity 1s;
}

.grid-tooltip.ag-tooltip-hiding {
	opacity: 0;
}

.grid-tooltip p {
	/* margin: 5px; */
	white-space: nowrap;
}

.grid-tooltip p:first-of-type {
	font-weight: bold;
}

/* 툴팁 기본 스타일 설정 시작 */

.tooltip {
	position: relative;
	display: block;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: #000;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
}

.tooltiptext.white {
	background-color: #fff;
	color: #000;
	font-size: 15px;
	font-weight: bold;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

/* 툴팁 기본 스타일 설정 끝 */

/* -------------------------- */

/* 툴팁 화살표 기본 스타일 설정 시작 */

.tooltip .tooltiptext::after {
	content: " ";
	position: absolute;
	border-style: solid;
	border-width: 5px;
}

/* 툴팁 화살표 기본 스타일 설정 끝 */

/* -------------------------- */

/* 툴팁 방향 설정 시작 */

/* 왼쪽 툴팁 시작 */

.tooltip .tooltip-left {
	top: -5px;
	right: 105%;
}

.tooltip .tooltip-left::after {
	top: 50%;
	left: 100%;
	margin-top: -5px;
	border-color: transparent transparent transparent black;
}

/* 왼쪽 툴팁 끝 */

/* 오른쪽 툴팁 시작 */

.tooltip .tooltip-right {
	top: -5px;
	left: 105%;
}

.tooltip .tooltip-right::after {
	top: 50%;
	right: 100%;
	margin-top: -5px;
	border-color: transparent black transparent transparent;
}

/* 오른쪽 툴팁 끝 */

/* 위쪽 툴팁 시작 */

.tooltip .tooltip-top {
	width: 120px;
	bottom: 150%;
	left: 50%;
	margin-left: -60px;
}

.tooltip .tooltip-top::after {
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-color: black transparent transparent transparent;
}

/* 아래쪽 툴팁 시작 */

.tooltip .tooltip-bottom {
	width: 190px;
	top: 150%;
	left: 50%;
	margin-left: -95px;
}

.tooltip .tooltip-bottom::after {
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-color: transparent transparent #000 transparent;
}

.tooltip-bottom.white::after {
	border-color: transparent transparent #fff transparent;
}

/* 아래쪽 툴팁 시작 */

/* 툴팁 방향 설정 끝 */
@keyframes blink-effect {
	50% {
		opacity: 0;
	}
}
.blinking {
	animation: blink-effect 2s step-end infinite;
	/*
        animation-name: blink-effect;
        animation-duration: 1s;
        animation-iteration-count:infinite;
        animation-timing-function:step-end;
    */
}

.chart-section {
	background-color: #181b1f;
	border: 1px solid #ccccdc12;
	border-radius: 3px;
	box-shadow: none;
	display: flex;
	flex: 1 1 0;
	flex-direction: column;
	height: 100%;
	position: relative;
	width: 100%;
	margin: 10px;
	-webkit-box-sizing: border-box;
}

.download-gage .left {
	float: left;
	margin-left: 20px;
}

.download-gage .right {
	float: right;
	margin-right: 5px;
}

.download-gage-wrap {
	width: 80%;
	margin: 0 auto;
}

.download-gage {
	background: -webkit-linear-gradient(
		135deg,
		#009999 25%,
		#008283 25%,
		#008283 50%,
		#009999 50%,
		#009999 75%,
		#008283 75%
	);

	background: -moz-linear-gradient(
		135deg,
		#009999 25%,
		#008283 25%,
		#008283 50%,
		#009999 50%,
		#009999 75%,
		#008283 75%
	);

	background: -o-linear-gradient(
		135deg,
		#009999 25%,
		#008283 25%,
		#008283 50%,
		#009999 50%,
		#009999 75%,
		#008283 75%
	);
	width: 0%;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background-size: 50px 50px;
	-webkit-animation: bar-animation 3s linear infinite;
}

.headerTabMenuArea {
	/* position: fixed; */
	/* left: 48px; */
	top: 20px;
	z-index: 1001;
	/* width: 30%; */
	height: 40px;
}

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

.headerTabMenuArea ul {
	/*padding:0 56px;*/
	height: 41px;
}

.headerTabMenuArea ul li:first-child {
	border-left: 0 none;
}

.headerTabMenuArea ul li {
	position: relative;
	float: left;
	width: 12.9%;
	min-width: 100px;
	max-width: 129px;
	height: 40px;
	line-height: 41px;
	border-left: 1px solid #dcdce7;
	background: #6e6e7a;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.headerTabMenuArea ul li a {
	display: block;
	margin: 0 20px 0 14px;
	/*width:169px;*/
	height: 41px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: -0.05em;
	text-align: center;
}

.headerTabMenuArea ul li.on {
	/* border-top: 1px solid #dcdce7; */
	background: #fff;
	font-weight: bold;
}

/*.headerTabMenuArea ul li.on a {background:url(../images/bg_tabRedLine.png) no-repeat 14px 39px;}*/
.headerTabMenuArea ul li.on a span {
	font-size: 15px;
	padding-bottom: 5px;
	/* border-bottom: 2px solid #ff0000; */
}

.headerTabMenuArea ul li a span {
	font-size: 15px;
	padding-bottom: 5px;
}

.headerTabMenuArea ul li .btnClose {
	position: absolute;
	right: 3px;
	top: 3px;
	z-index: 1;
	width: 13px;
	height: 14px;
	background: url(../images/btn_tab_close.png) no-repeat center center;
	text-indent: -9999px;
}

@-webkit-keyframes bar-animation {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 50px 50px;
	}
}
