@charset "UTF-8";
/*-------------------------------------------------------------------
    파일정의 : style.css 관리자 contents style
    작성자 : 이정은(lje)
    작성일 : 2019-11-26
    속성순서 : 표시 > 위치 > 넘침/흐름 > 크기/간격 > 박스모양 > 폰트/정렬 > 기타
-------------------------------------------------------------------*/

/*=== 로딩 CSS ===*/
.loading-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
}
.loading-wrap > img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 160px;
  height: 160px;
  margin-top: -80px;
  margin-left: -80px;
}
.loading-wrap.inner,
.loading-wrap.common-input-group.inner-reverse {
  position: absolute;
}

.inner-loading {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9998;
}
.inner-loading > img {
  position: absolute;
  display: block;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
}

/*=== login layout ===*/
.login-container {
	display: flex;
    justify-content: center;
    overflow: hidden;
	height: 100%;
    min-height: 100%;
    background: url(/resources/images/site/cybertrade/manager/bg/bg_login.png) 50% 50% no-repeat;
	background-size: cover; 
}

/*=== login content ===*/
.login-content {
	display: flex;
    align-items: center;
    justify-content: center;
	padding: 25px 0;
}
.login-content .login-header {
    margin-bottom: 35px;
    text-align: center;
}
.login-content .login-header .logo {
	text-align: center;
}
.login-content .login-header .logo .logo-img {
	width: 300px;
}
.login-content .login-header .txt {
	display: inline-block;
    margin-bottom: 10px;
    padding: 5px 20px;
    font-size: 20px;
    font-weight: 500;
    background: #ff6c00;
    color: #fff;
    border-radius: 15px;
    box-shadow: 2px 2px 5px 0 #797979;
}

/* login common box */
.login-content .login-box {
	width: 370px;
}
.login-content .login-box .round-check.alt .txt {
    margin-top: -4px;
	font-size: 20px;
    color: #fff;
}

/* login common form */
.login-content .login-form {
	
}
.login-content .login-form .guide-txt {
    margin: 5px 28px;
    /* font-size: 14px; */
    color: #ff0000;
}
.login-content .login-form .form-row {
	margin-top: 15px;
}
.login-content .login-form .form-row.save-id {
    margin: 15px 0 0 20px;
}
.login-content .login-form .btn-row {
	margin-top: 10px;
}
.login-content .login-form .form-row .form-label {
	font-size: 19px;
	color: #fff;
	margin-bottom: 5px;
}
.login-content .login-form .form-row .form-control {
    width: 100%;
    background: transparent;
    font-size: 23px;
    border: 0;
    box-shadow: none;
    color: #fff;
}
.login-content .login-form .form-row .hyphen {
    margin: 0 10px;
    font-size: 20px;
    color: #fff;
}
.login-content .login-form .form-row .form-control-wrap {
/* 	display: flex;
    align-items: center; */
    position: relative;
    height: 58px;
    padding: 0 22px;
    background: rgba(0, 0, 0, .6);
    border: 3px solid #ff6c00;
}
.login-content .login-form .form-row .form-control-wrap .icon {
	/* position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%); */
}
.login-content .login-form .form-row .form-control-wrap .form-control {
	height: 50px;
	background: transparent;
	font-size: 23px;
	color: #fff;
}
.login-content .login-form .form-row .form-control-wrap .form-control::placeholder {
	font-size: 23px;
	color: #fff;	
}
.login-content .login-form .form-row .form-control-wrap .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
	font-size: 23px;
	color: #fff;
}
.login-content .login-form .form-row .form-control-wrap .form-control::-moz-placeholder {
  /* Firefox 19+ */
	font-size: 23px;
	color: #fff;
}
.login-content .login-form .form-row .form-control-wrap .form-control:-ms-input-placeholder {
  /* IE 10+ */
	font-size: 23px;
	color: #fff;
}
.login-content .login-form .form-row .form-control-wrap .form-control:-moz-placeholder {
  /* Firefox 18- */
	font-size: 23px;
	color: #fff;
}

/* h1 title */
.login-content .login-box h1.tit {
	margin: 15px 0 10px;
	font-size: 29px;
	font-weight: 700;
}
/* .login-content .login-box div[class*="in-header"] {
    margin-bottom: 50px;
	text-align: center;
} */

/* 로그인 */
.login-content .login-box.login .login-form .form-row .form-control-wrap,
.login-content .login-box.login .login-form .btn-row .btn {
	border-radius: 50px;
}

/*=== Content Common Layout ===*/
.inner-content-area {
	padding: 30px;
}
.inner-content-area .sub-tit {
  display: inline-block;
  color: #000;
}
.inner-content-area h2.sub-tit {
  font-size: 20px;
  letter-spacing: -.2px;
  font-weight: bold;
}
.inner-content-area h3.sub-tit {
	font-size: 18px;
	letter-spacing: -1px;
	line-height: 1.2;
    color: #333;
}
.inner-content-area h4.sub-tit {
	font-size: 17px;
	letter-spacing: -1px;
	line-height: 1.2;
    color: #333;
}
.inner-content-area h4.sub-tit + .sub-info-txt {
	font-size: 14px;
	letter-spacing: 0;
}
.inner-content-area .sub-info-txt {
  display: inline-block;
  font-size: 12px;
  color: #a8a8a8;
  letter-spacing: -.3px;
}
.inner-content-area .sub-info-txt.alt {
	font-size: 14px;
    margin: 5px 0 0 5px;
    color: #707aac;
}
.inner-content-area .sub-info-txt + .sub-info-txt {
    color: #747478;
}
.inner-content-area .sub-link-txt {
    display: inline-block;
    font-size: 13px;
    color: #555;
    letter-spacing: -.3px;
}

/* inner header */
.inner-content-area .inner-header {
	display: flex;
	display: -webkit-flex;
  	align-items: center;
  	-webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  	/* padding-bottom: 20px;
    border-bottom: 1px solid #ddd; */
}
.inner-content-area .inner-header > .flex-l,
.inner-content-area .inner-header > .flex-r {
	display: flex;
	display: -webkit-flex;
  	align-items: center;
  	-webkit-align-items: center;	
}
.inner-content-area .inner-header.line {
	padding-bottom: 15px;
    border-bottom: 1px solid #ddd;	
}
.inner-content-area > .inner-header {
	min-height: 36px;
}
.inner-content-area .inner-header.has-info {
  position: relative;
}
.inner-content-area .inner-header.has-info .sub-info-txt {
  display: inline-block;
  position: relative;
  top: 10px;
  font-size: 12px;
  color: #a8a8a8;
  letter-spacing: -.3px;
}
.inner-content-area > .inner-header .tit-wrap {
	display: flex;
	align-items: center;
}
.inner-content-area .inner-header .auto-save-txt {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
	color: #1cafb7;
    font-weight: 500;
}
.inner-content-area .inner-header .sub-info {
	display: flex;
	align-items: center;
	margin-left: auto;
}
.inner-content-area .inner-header .sub-info .btn-wrap {
	margin-left: 10px;
}

/* inner search */
.inner-content-area .inner-search {
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
	margin-top: 10px;
	padding: 20px;
	background: #f3f3f3;
	border-radius: 5px;
}
.inner-content-area .inner-search .search-left {
	flex: 1;
	/* margin-right: 10px; */
}

/* inner content */
.inner-content-area .inner-content {
	margin-top: 20px;
}
/* .inner-content-area .inner-content.space {
	padding: 0 20px;
} */
.inner-content-area .inner-content .inner-content-header {
	margin-top: 25px;
}
.inner-content-area .inner-content .inner-content-body {
	margin-top: 15px;
}
.inner-content-area .inner-content .inner-content-header,
.inner-content-area .inner-content .inner-content-header>.flex-l,
.inner-content-area .inner-content .inner-content-header>.flex-r  {
	display: flex;
	display: -webkit-flex;
  	align-items: center;
  	-webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  	position: relative;
}
.inner-content-area .inner-content .inner-content-header.wrap {
	flex-wrap: wrap;
}
.inner-content-area .inner-content .inner-content-header>.flex-l>* {
	margin-right: 5px;
}
.inner-content-area .inner-content .inner-content-header>.flex-r>* {
	margin-left: 5px;
}
.inner-content-area .inner-content .inner-content-header .sub-tit + .sub-info-txt {
	font-size: 16px;
	/* margin-top: 4px; */
}
.inner-content-area .inner-content .inner-content-header.has-info {
	position: relative;
	height: auto;
}
.inner-content-area .inner-content .inner-content-header.has-info > .sub-tit {
  margin-top: 0;
}
.inner-content-area .inner-content .inner-content-header.has-info .sub-info-txt {
  position: relative;
  bottom: 0;
}
.inner-content-area .inner-content .inner-content-header.has-info .sub-info-txt.fl.fixed {
  position: relative;
  top: 4px;
  left: 5px;
}
.inner-content-area .inner-header .flex-l .select-wrap,
.inner-content-area .inner-content .inner-content-header .flex-l .select-wrap {
	margin-left: 10px;
}

/*=== Subpage Content Rows ===*/
/* flex-row */
.flex-row {
	display: flex;
	display: -webkit-flex;
 	-webkit-align-items: center;
 	align-items: center;
 	margin-bottom: 10px;
}
.flex-row:last-child,
.flex-row>.flex-row {
 	margin-bottom: 0 !important;
}
.flex-row.al-init {
 	-webkit-align-items: initial;
 	align-items: initial;
}
.flex-row.al-start {
 	-webkit-align-items: flex-start;
 	align-items: flex-start;
}
/* .flex-row.al-start .bootstrap-select {
	margin-top: 3px;
} */
.flex-row.column {
	-webkit-flex-direction: column;
	flex-direction: column;
 	-webkit-align-items: inherit;
    align-items: inherit;
}
.flex-row.between {
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.flex-row.wrap {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
    align-items: stretch;
    -webkit-align-items: stretch;
    margin-bottom: 20px;
}
.flex-row.two>div {
	width: 50%;
}
.flex-row.three>div {
	width: 33.333333%;
}
.flex-row.four>div {
	width: 25%;
}
.flex-row .self-start {
	align-self: flex-start;
	-webkit-align-self: flex-start;
}
.flex-row .tit {
    min-width: 110px;
	/* font-size: 13px; */
	color: #384f75;
	margin-bottom: 5px;
    font-weight: 500;
}
.flex-row .tit.alt {
	font-size: 13px;
	color: #555;
    font-weight: normal;
    letter-spacing: -.5px;
    padding-top: 0 !important;
}
.flex-row .tit.xs {
    min-width: 90px;
}
.flex-row .tit.sm {
    min-width: 120px;
}
.flex-row .tit.md {
    min-width: 130px;
}
.flex-row .tit.md2 {
    min-width: 140px;
}
.flex-row .tit.md3 {
    min-width: 160px;
}
.flex-row .tit.md4 {
    min-width: 170px;
}
.flex-row .tit.lg {
    min-width: 200px;
}
.flex-row>.tit {
	margin-bottom: 0;
}

.flex-row .tit.self-start {
	padding-top: 5px !important;
}

.flex-row .common-form-control {
    height: 35px !important;
	flex: 1;
	-webkit-flex: 1;
}
.flex-row .common-textarea {
	flex: 1;
	-webkit-flex: 1;
}
.flex-row .common-form-control.xs {
	max-width: 76px;
}
.flex-row .common-form-control.sm {
	max-width: 85px;
}
.flex-row .common-form-control,
.flex-row .btn {
	margin-right: 5px;
}
.flex-row .common-calendar {
	margin-right: 0;
}
.flex-row .common-form-control:last-child,
.flex-row .btn:last-child {
	margin-right: 0;
}
.flex-row .btn.no-space:not(.btn-save-excel) {
    /* margin-left: -6px; */
    margin-left: -5px;
    border-left-color: transparent;
}
.flex-row .btn.no-space:hover, 
.flex-row .btn.no-space:focus {
    margin-left: -6px;
	border-left-color: #8c8c8c;
}
.flex-row .btn.btn-save-excel {
    margin-left: -6px;
    border-left-color: #ccc;
}
.flex-row .select-wrap {
	min-width: 150px;
	margin-right: 30px;
}
.flex-row .select-wrap:last-child {
	margin-right: 0;
}
.flex-row .select-wrap .common-form-control {
    width: auto;
    flex: none;
    -webkit-flex: none;
}
.flex-row.has-bdt {
    margin-top: 20px;
	padding-top: 15px;
	border-top: 1px solid #ddd;
}
.flex-row.guide-txt {
	margin-top: -7px;
	font-size: 13px;
}
.flex-row .btn-reset {
    height: auto;
    margin-top: -15px;
    line-height: 1;
    font-size: 12px;
}

.item-wrap,
.list-wrap {
    padding: 10px;
}
.item-wrap.alt>.tit {
	color: #384f75;
	margin-bottom: 5px;
    font-weight: 500;
	font-size: 15px;
}

/* Search Row */
.search-row {
	display: flex;
	display: -webkit-flex;
	margin-bottom: 15px;
}
.search-row:last-child {
	margin-bottom: 0;
}
.search-row > .form-row {
    display: block;
	/* flex: 1;
	-webkit-flex: 1; */
    margin-right: 36px;
}
.search-row > .form-row:last-child {
    margin-right: 0;
}
.search-row > .form-row {
  /* display: inline-block;
  display: table;
  table-layout: fixed;
  padding-left: 0;
  padding-right: 0; */
  display: flex;
  align-items: center;
}
/* .search-row > .form-row > div {
  float: none;
  display: table-cell;
  vertical-align: middle;
  padding-left: 0;
  padding-right: 0;
} */
.search-row > .form-row > div.col-xs-1 {
  width: 10%;
}
.search-row > .form-row > div.col-xs-11 {
  width: 90%;
}
.search-row > .form-row .form-label {
    min-width: 90px;
	font-size: 13px;
	color: #384f75;
	letter-spacing: -.5px;
	text-align: left;
}
.search-row > .form-row .form-label.md {
    min-width: 110px;
}
.search-row > .form-row .form-label.fixed-5 {
  position: relative;
  top: -5px;
}
.search-row > .form-row.fixed-min65 {
  min-height: 65px;
}

/* Pagination Row */
/* .pagination-row {
  text-align: center;
}
.pagination-row .pagination {
	display: inline-block;
    margin: 20px 0 0;
}
.pagination-row .pagination .glyphicon {
  color: #4c4c4c;
  font-size: 12px;
  top: 10px;
}
.pagination-row .pagination > li > a {
  height: 35px;
  line-height: 35px;
  padding: 0px 12px;
  font-size: 12px;
  color: #686868;
}
.pagination-row .pagination > li.active > a {
  background: #eee;
  color: #222;
  font-weight: bold;
  border-color: #ddd;
} */

/* Pagination Row */
.pagination-row {
  text-align: center;
}
.pagination-row .pagination {
	display: inline-block;
    margin: 30px 0 0;
}
.pagination-row .pagination .glyphicon {
  color: #4c4c4c;
  font-size: 12px;
  /* top: 10px; */
}
.pagination-row .pagination > li > a {
  height: 35px;
  line-height: 35px;
  padding: 0px 12px;
  font-size: 12px;
  color: #686868;
}
.pagination-row .pagination > li.active > a {
  background: #eee;
  color: #222;
  font-weight: bold;
  border-color: #ddd;
}

/* 앵글 버튼 */
.pagination li a.btn {
	width: 33px;
	min-width: auto;
}
.pagination li a.btn span {
	display: inline-block;
	/* padding:4px; */
}

.pagination li a.btn span:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(/resources/images/site/cybertrade/common/icon/icon_pagination.png) 0 0 no-repeat;
	background-position: -2px -2px;
}

/* 이전, 다음 버튼 */
.pagination li a.previous span:before,
.pagination li a.next span:before {
	background-position: -13px -2px;
}

/* 다음, 마지막 버튼 */
.pagination li a.next span:before,
.pagination li a.end span:before {
	transform: translate(-50%, -50%) rotate(180deg);
}

/* Btn Row  */
.btn-row {
  text-align: right;
  padding: 20px 0;
}
.btn-row.has-bdt {
    margin-top: 20px;
	border-top: 1px solid #ddd;
}

/* 패스워드 영역 */
.password-wrap {
	/* width: 200px; */
	width: 100%;
    position: relative;
}
.password-wrap input {
/* 	width: 200px;
    height: 30px;
    padding: 6px 0px;
    background-color: #fff;
    border: 0;
    color: black;
    text-indent: 10px;
    border-bottom: 1px solid #ddd; */
    display: inline-block;
}
.password-wrap>i {
    position: absolute;
    right: 10px;
    top: 50%;
    color: gray;
    cursor: pointer;
    transform: translateY(-50%);
	font-size: 20px;
}

/* Pre */
.common-pre-wrap {
	min-height: 300px;
    padding: 20px 0;
    background: none;
    border: none;
    border-radius: 0;
    margin: 0;
    /* font-size: 13px;
    color: #747478;
    line-height: 1.8; */
    white-space: pre-line;
}

/*=== Forms ===*/
/* Checkbox */
label {
	margin-bottom: 0;
}
.common-checkbox {
  display: inline-block;
}
.common-checkbox input[type="checkbox"] {
  display: none;
  margin: 0;
}
.common-checkbox label {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0;
	position: relative;
	font-weight: normal;
	font-size: 14px;
	cursor: pointer;
}
.common-checkbox label:before {
  content: "";
/*   position: relative;
  top: 0; */
  display: inline-block;
  margin-right: 5px;
  width: 17px;
  height: 17px;
  background: url(/resources/images/site/cybertrade/manager/icon/icon_sprite.png) no-repeat;
  background-position: -178px -9px;
    vertical-align: middle;
}
.common-checkbox label.mr0:before {
    margin-right: 0;
}
.common-checkbox label span.sm {
  display: inline-block;
  font-size: 13px;
  color: #222;
}
.common-checkbox input[type="checkbox"]:disabled + label {
	cursor: default;
}
.common-checkbox input[type="checkbox"]:disabled + label:before {
  background-position: -197px -9px;
}
.common-checkbox input[type="checkbox"]:checked + label:before {
  background-position: -216px -9px;
}

/* Radio */
.common-radio {
  display: inline-block;
}
.common-radio input[type="radio"] {
  display: none;
  margin: 0;
}
.common-radio label {
  padding-left: 0;
  position: relative;
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
}
.common-radio label:before {
  content: "";
  position: relative;
  top: 5px;
  display: inline-block;
  margin-right: 5px;
  width: 19px;
  height: 19px;
  background: url(/resources/images/site/cybertrade/manager/icon/icon_sprite.png) no-repeat;
  background-position: -237px -8px;
}
.common-radio label span.sm {
  display: inline-block;
  font-size: 13px;
  color: #222;
}
.common-radio input[type="radio"]:disabled + label:before {
  background-position: -258px -8px;
}
.common-radio input[type="radio"]:checked + label:before {
  background-position: -279px -8px;
}

/* 라운드 체크박스 */
.round-check input {
	display: none;
}
.round-check input+label {
	/* display: flex;
	display: -webkit-flex; */
	cursor: pointer;
}
.round-check input+label * {
	vertical-align: middle;
}
.round-check input+label i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #ddd;
    line-height: 20px;
    text-align: center;
}
.round-check input+label i:after {
	display: inline-block;
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 5px;
    left: 3px;
    border: 2px solid #ddd;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.round-check input:checked+label i {
	background: #ff6c00;
    border-color: #ff6c00;
}
.round-check input:checked+label i:after {
    border-color: #fff;
}
.round-check input+label span {
	/* margin-top: 3px; */
    display: inline-block;
    font-size: 13px;
    line-height: 1.6;
    color: #555;
}

/* 라운드 체크박스 : 다른 모양 */
.round-check.alt input+label {
	display: flex;
	align-items: center;
}
.round-check.alt input+label i {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    border: 0 none;
	background: url(/resources/images/site/cybertrade/common/icon/icon_check_off.png) 50% 50% no-repeat;
    background-size: cover !important;
}
.round-check.alt input+label i:after {
	display: none;
}
.round-check.alt input:checked+label i {
	background: url(/resources/images/site/cybertrade/common/icon/icon_check_on.png) 50% 50% no-repeat;
}

.check-wrap>span {
	display: inline-block;
	margin-right: 10px;
}
.check-wrap.minW>span {
	min-width: 85px;
    margin-top: 5px;
}

/* only check */
.only-check input {
	display: none;
}
.only-check input+label {
    display: block;
	padding: 10px 20px;
	cursor: pointer;
}
.only-check input+label * {
	vertical-align: middle;
}
.only-check input+label i {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
    line-height: 20px;
    text-align: center;
}
.only-check input+label i:after {
    display: inline-block;
    content: '';
    width: 16px;
    height: 8px;
    position: absolute;
    top: 3px;
    left: 0;
    border: 3px solid #d1d0d0;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.only-check input:checked+label i:after {
    border-color: #ff6c00;
}
.only-check input+label span {
	/* margin-top: 3px; */
    display: inline-block;
    font-size: 13px;
    line-height: 1.6;
    color: #555;
}

/* 라운드 fill 체크박스 */
.round-fill-check input {
	display: none;
}
.round-fill-check input+label {
	display: flex;
	cursor: pointer;
}
.round-fill-check input+label * {
	vertical-align: middle;
}
.round-fill-check input+label i {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #ff6c00;
    line-height: 20px;
    text-align: center;
	min-width: 18px;
    margin-top: 2px;    
}
.round-fill-check input+label i:after {
	display: inline-block;
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border-radius: 50%;
    transition: background .3s ease-in-out;
}
.round-fill-check input:checked+label i:after {
	background: #ff6c00;
}
.round-fill-check input+label span {
	/* margin-top: 3px; */
    display: inline-block;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
}

/* 스퀘어 fill 체크박스 */
.square-fill-check input {
	display: none;
}
.square-fill-check input+label {
	display: flex;
	display: -webkit-flex;
	cursor: pointer;
}
.square-fill-check input+label * {
	vertical-align: middle;
}
.square-fill-check input+label i {
    display: inline-block;
    width: 18px;
    height: 18px;
/*     margin-right: 5px; */
    position: relative;
    cursor: pointer;
    border: 2px solid #b2b2b2;
    background: #fff;
    line-height: 20px;
    text-align: center;
    transition: background .3s ease-in-out;
	min-width: 18px;
/*     margin-top: 2px;   */
}
.square-fill-check input+label i + .txt {
	margin-left: 5px;
}
.square-fill-check input+label i:after {
	display: inline-block;
    content: '';
    width: 10px;
    height: 6px;
    position: absolute;
    top: 3px;
    left: 2px;
    border: 2px solid transparent;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.square-fill-check input:checked+label i {
	background: #b2b2b2;
    border-color: #b2b2b2;
}
.square-fill-check input:checked+label i:after {
    border-color: #fff;
}
.square-fill-check input+label span {
	/* margin-top: 3px; */
    display: inline-block;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
}
.square-fill-check.center {
	display: flex;
	justify-content: center;
}

.check-wrap>span {
	display: inline-block;
	margin-right: 10px;
}
.check-wrap.minW>span {
	min-width: 85px;
    margin-top: 5px;
}

/* switch */
.switch-wrap .switch {
    position: relative;
    display: inline-block;
    padding-right: 56px;
}
.switch-wrap .switch .txt {
	font-size: 14px;
	color: #000;
	cursor: pointer;
}
.switch-wrap .switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}
.switch-wrap .slider {
    position: absolute;
    cursor: pointer;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transition: .4s;
    transition: .4s;
    background: transparent;
    border: 4px solid #ff6c00;
    border-radius: 20px;
    width: 49px;
    height: 30px;
    padding: 8px;
    /* box-shadow: 2px 3px 9.7px -2.7px rgba(97, 97, 97, 0.75) inset; */
}
.switch-wrap .slider:before {
	position: absolute;
    content: "";
    top: 4px;
    left: 5px;
    -webkit-transition: .4s;
    transition: .4s;
    width: 15px;
    height: 15px;
    border: 3px solid #ff6c00;
    border-radius: 50%;
    background: #fff;
    /* box-shadow: 1px 1px 5px 1px rgba(97, 97, 97, 0.6);*/
}
/* .switch-wrap input:checked + .slider {
    background: rgba(105,109,253,1);
    background: -moz-linear-gradient(-45deg, rgba(105,109,253,1) 0%, rgba(185,88,255,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(105,109,253,1)), color-stop(100%, rgba(185,88,255,1)));
    background: -webkit-linear-gradient(-45deg, rgba(105,109,253,1) 0%, rgba(185,88,255,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(105,109,253,1) 0%, rgba(185,88,255,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(105,109,253,1) 0%, rgba(185,88,255,1) 100%);
    background: linear-gradient(135deg, rgba(105,109,253,1) 0%, rgba(185,88,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#696dfd', endColorstr='#b958ff', GradientType=1 );
} */
.switch-wrap input:focus + .slider {
  /* box-shadow: 0 0 1px #2196F3; */
}
.switch-wrap input:checked + .slider:before {
	-webkit-transform: translateX(17px);
	-ms-transform: translateX(17px);
	transform: translateX(17px);
    background: #ff6c00;
}

/* Rounded sliders */
.switch-wrap .slider.round {
  border-radius: 34px;
}
.switch-wrap .slider.round:before {
  border-radius: 50%;
}

/* Form Control */
.common-form-control {
	display: inline-block;
	width: 100%;
	height: 35px;
	padding: 6px 12px;
	font-size: 13px;
	/* line-height: 1.3; */
	color: #222;
	background-color: #fcfcfc;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.common-form-control::-webkit-input-placeholder {
  	color: #868e99;
}
.common-form-control:focus,
.common-form-control.focus,
.common-textarea:focus,
.common-textarea.focus {
    background: #f0f5fa;
    border: 1px solid #93a9d3;
    box-shadow: none;
}
.common-form-control.readonly,
.common-form-control[readonly],
.common-textarea[readonly] {
	background: #e0e0e0;
	border: 1px solid #ddd;
    /*cursor: text;
    pointer-events: none; */
}
.common-form-control.white {
	background: #fff !important;
}
.common-form-control.input-file-name {
	width: 150px;
	min-width: 150px;
	background: #fff;	
    color: #545454;
}	
.common-form-control.readonly-alt {
	text-align: center;
}
.common-form-control.readonly-alt[readonly] {
	background: none;
	border: none;
    color: #545454;
}
.common-form-control.w-auto {
    flex: none;
    -webkit-flex: none;
    width: auto;
    min-width: 80px;
    text-align: center;
}
.hyphen {
	margin: 0 3px;
}
.item-wrap .edit[readonly] {
	background: #fcfcfc;
}

/* Search Input Group */
.common-input-group {
	position: relative;
	/* display: table;
	border-collapse: separate; */
}
.common-input-group.sm {
	width: 150px;
}
.common-input-group.sm2 {
	width: 200px;
}
.common-input-group.md {
	width: 220px;
}
.common-input-group.md2 {
	width: 260px;
}
.common-input-group.lg {
	width: 300px;
}
.common-input-group.lg2 {
	width: 340px;
}
.common-input-group .input-group-addon {
    padding: 6px 6px 6px 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: transparent;
	border: none;
	border-radius: 0px;
}
.common-input-group.has-bd {
	border: 1px solid #ddd;
}
.common-input-group.has-bd .common-form-control.search {
	border: none;
}
.common-input-group.inner .input-group-addon,
.common-input-group.inner-reverse .input-group-addon {
	border: 1px solid;
	border-color: #ddd transparent #ddd #ddd;
	border-right: none;
}
.common-input-group.inner .common-form-control.search,
.common-input-group.inner-reverse .common-form-control.search {
	border: 1px solid;
	border-color: #ddd #ddd #ddd transparent;
	border-left: none;
}
.common-input-group.inner-reverse .common-form-control.search {
/* 	border: 1px solid;
	border-color: #ddd transparent #ddd #ddd;
	border-right: none;
    background: #fff; */
    width: 100%;
    border: 1px solid #ddd;
    background: #fff;
    padding-right: 35px;
    margin-left: 5px;
}
.common-input-group.inner-reverse .input-group-addon {
	border: 1px solid;
	border-color: #ddd #ddd #ddd transparent;
	border-left: none;
    background: #fff;
}
.common-input-group.inner-reverse .common-form-control.search + .input-group-addon {
    width: auto;
    padding: 0;
	position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
}

/* Radio Button Group */
.common-radio-group {
	display: inline-block;
    margin-right: 5px;
}
.common-radio-group .btn,
.common-radio-group .btn-blue,
.common-radio-group .btn-default,
.common-radio-group .btn-gray,
.common-radio-group .btn-red {
	min-width: 60px !important;
	height: 35px;
	padding: 7px 12px;
	background: #fff;
	font-size: 13px;
	line-height: 1.42857143;
	color: #545454;
	letter-spacing: -.5px;
	border: 1px solid #ddd;
	/* margin-left: 5px !important; */
}
.common-radio-group .btn.active,
.common-radio-group .active.btn-blue,
.common-radio-group .active.btn-default,
.common-radio-group .active.btn-gray,
.common-radio-group .active.btn-red {
	border-color: #252d3a;
	color: #fff;
	background: #252d3a;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.common-radio-group .btn-blue2:hover,
.common-radio-group .btn-blue2:focus {
    color: #545454;
    border-color: #ddd;
    background: #fff;
}
.common-radio-group .btn-blue2.active {
	color: #fff;
	border-color: #6c87c4;
	background: #6c87c4;
}
/* .common-radio-group + .common-calendar-group {
	margin-left: 5px;
} */

/* Textarea */
.common-textarea {
	display: block;
	width: 100%;
    min-height: 140px;
	padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
	background-color: #fcfcfc;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	resize: none;
}

/* Tinymce */
/* File upload */
.common-attachement-form {
  width: 400px;
}
.common-attachement-form .file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 35px;
}
.common-attachement-form .file-upload-wrapper:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  font-weight: 300;
  height: 35px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.6;
  color: #222;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.common-attachement-form .file-upload-wrapper:before {
  content: "Upload";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  z-index: 25;
  text-transform: uppercase;
  pointer-events: none;
  background: #888;
  color: #fff;
  border-color: #d9534f;
  font-size: 13px;
  font-weight: bold;
  border-radius: 0;
  min-width: 90px;
  height: 35px;
  padding: 6px 12px;
  line-height: 1.8;
  text-align: center;
}
.common-attachement-form .file-upload-wrapper:hover:before {
  background: #3d8c63;
}
.common-attachement-form .file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}

/* Table */
.tr-hover-effect tbody tr:hover:not(.no-data),
.tr-hover-effect tbody tr.active {
    /* background-color: rgba(242, 242, 242, 0.5); */
    background-color: rgba(248, 248, 248, 0.5);
    transition: background-color .25s ease;
    cursor: pointer;
}
.tr-hover-effect-default tbody tr:hover:not(.no-data),
.tr-hover-effect-default tbody tr.active {
    /* background-color: rgba(242, 242, 242, 0.5); */
    background-color: rgba(248, 248, 248, 0.5);
    transition: background-color .25s ease;
    cursor: default;
}
.table-normal,
.table-board {
  width: 100%;
  table-layout: fixed;
}
.table-normal th,
.table-board th {
  padding: 8px;
  height: 40px;
  background: #f5f6f8;
  color: #384f75;
  /* font-size: 13px; */
  line-height: 1.4;
  text-align: center;
  letter-spacing: -.5px;
  vertical-align: middle !important;
  border: 1px solid #edeff2;
  word-break: break-word;
  font-weight: 500;
}
.table-normal th:first-child,
.table-board th:first-child {
  /* border-left-color: transparent; */
  	border-left: 0 none;
}
.table-normal th:last-child,
.table-board th:last-child {
  /* border-right-color: transparent; */
  	border-right: 0 none;
}
.table-normal td,
.table-board td {
    padding: 8px 10px;
	height: 50px;
	vertical-align: middle !important;
	/* font-size: 13px; */
	line-height: 1.2;
	letter-spacing: -.5px;
	color: #545454;
	text-align: center;
	border: 1px solid #edeff2;
	word-break: break-all;
}
.table-normal td.left,
.table-board td.left {
  text-align: left;
}
.table-normal td.center,
.table-board td.center {
  text-align: center;
}
.table-normal td.right,
.table-board td.right {
  text-align: right;
}
.table-normal td.ellipsis,
.table-board td.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-normal td.cursor:hover,
.table-board td.cursor:hover {
  text-decoration: underline;
  color: #384f75;
}
.table-normal tbody.left td,
.table-board tbody.left td {
  text-align: left;
}
.table-normal tbody.vat td,
.table-board tbody.vat td {
  vertical-align: top;
}
.table-normal tbody.ellipsis td,
.table-board tbody.ellipsis td {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.table-normal tbody tr td:first-child,
.table-board tbody tr td:first-child {
  border-left-color: transparent;
}
.table-normal tbody tr td:last-child,
.table-board tbody tr td:last-child {
  border-right-color: transparent;
}
.table-normal tbody tr.no-data td,
.table-board tbody tr.no-data td {
  height: 350px;
}
/* .table-normal td .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.table-board td .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%;
} */
.table-board td {
  border-color: transparent transparent #edeff2 transparent;
  text-align: left;
}
.table-board tr.has-bdt td {
	padding: 20px 10px;
    border-top: 1px solid #d6d6d6;
}
.table-board .post-tit {
  font-size: 20px;
  font-weight: bold;
  color: #222;
  line-height: 1.4;
  letter-spacing: -.5px;
}
.table-board .post-tit.edit {
  font-size: 18px;
  text-align: center;
  /* letter-spacing: 3px; */
}
.table-board .post-tit.attachement {
  font-size: 14px;
  text-align: center;
  letter-spacing: 3px;
}
.table-board .post-author,
.table-board .post-date,
.table-board .post-view-num {
  display: inline-block;
  font-size: 13px;
  color: #686868;
  letter-spacing: -.3px;
}
.table-board .post-author > em,
.table-board .post-date > em,
.table-board .post-view-num > em {
  font-style: normal;
  color: #222;
}
.table-board .post-pre-txt,
.table-board .post-next-txt {
  display: inline-block;
  font-size: 12px;
  color: #384f75;
  letter-spacing: -.3px;
}
.table-normal td.has-bg-faf,
.table-board td.has-bg-faf,
.table-board td.has-bg-faf {
	background: #fafafa;
}

.has-bg-faf tbody tr:nth-child(odd):not(.no-data) {
    background-color: rgba(248, 248, 248, 0.5);
}

.table-normal.sm th {
	height: 35px;
}
.table-normal.sm td {
	height: 40px;
}
.table-normal.sm .flex-row .btn.md {
    width: 70px;
    min-width: auto;
}

.table-all-center th,
.table-all-center td {
	text-align: center;
}

/* 답글 */
.table-normal tr.reply-posting {
    background: #f5f5f5;
}
.tr-hover-effect tbody tr.reply-posting:hover {
    background: #f5f5f5;
}
.table-normal tr.reply-posting .re-mark {
    display: inline-block;
    width: 10px;
    height: 10px;
	margin-left: 10px;
    margin-bottom: 5px;
    border: 1px solid #bbb;
    border-top: 0 none;
    border-right: 0 none;
    background: transparent;
}

/*=== 표시 ===*/
/* 새 글 표시 */
.new-mark {
    display: inline-block;
    padding: 1px 3px;
    background: #ff9a31;
    font-size: 11px;
    color: #fff;
    border-radius: 3px;
}

/* 리스트 마크 표시 */
.row-mark {
	/* background: #; */
}
.row-mark * {
	/* font-weight: bold; */
    font-weight: 900;
}

/* 결제설정한 리스트 표시 */
.row-mark-paySet {
	background: rgba(248, 248, 248, .5);
}
.row-mark-paySet>td,
.row-mark-paySet .list>li {
    color: #3eafd3 !important;
}

/* no-data */
div.no-data {
	display: table;
	width: 100%;
    min-height: 350px;
}
div.no-data > span,
div.no-data > p {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  letter-spacing: -.5px;
}
div.no-data.min-h150 {
	min-height: 150px;
}

/* Search Icon */
.search-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/resources/images/site/cybertrade/manager/icon/icon_sprite.png) no-repeat;
  background-position: -66px -43px;
}

/* Alert Icon */
.alert-icon {
  display: inline-block;
}
.alert-icon:before {
  content: "\f06a";
  font-family: 'FontAwesome';
  display: inline-block;
  margin-right: 5px;
}
.alert-icon2 {
  position: relative;
  display: inline-block;
}
.alert-icon2:before {
  content: "\f06a";
  font-size: 19px;
  position: relative;
  top: 3px;
  font-family: 'FontAwesome';
  display: inline-block;
  margin-left: 10px;
  color: #ff6600;
}

/* App download */
.appdown-checkout-btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.appdown-checkout-btn:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/resources/images/site/cybertrade/manager/icon/icon_sprite.png) no-repeat;
  background-position: -154px -42px;
  position: relative;
  top: 1px;
  left: 1px;
}
.appdown-checkout-btn.active:before {
  background: url(/resources/images/site/cybertrade/manager/icon/icon_sprite.png) no-repeat;
  background-position: -180px -42px;
}

/* .icon */
.icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/resources/images/site/cybertrade/manager/icon/icon_sprite.png) 0 0 no-repeat;
}
.icon.sm {
	width: 14px;
	height: 14px;
}
.icon.md {
	width: 24px;
	height: 24px;
}
.icon.lg {
	width: 30px;
	height: 30px;
}

.icon.icon-calendar {
	width: 18px;
	height: 18px;
	background-position: -119px -42px;
}

/* Common Btn */
.btn-row {
	margin-top: 10px;
}
.btn {
	padding: 7px 12px;
	border-radius: 0;
	min-width: 90px;
	height: 35px;
	font-size: 13px;
    line-height: 1;
	/* transition: background .3s; */
}
.btn.sm {
    min-width: 60px;
    height: 28px;
    padding: 2px 5px;
}
.btn.sm2 {
    min-width: 50px !important;
    height: auto;
    padding: 2px 5px 3px;
}
.btn.md {
    min-width: 70px;
}
.btn.xs {
    min-width: auto;
    height: 28px;
    font-size: 11px;
    padding: 3px 5px;
}
.btn.lg {
	width: 100%;
    min-width: auto;
    height: 51px;
    font-size: 20px;
    border-radius: 10px;
}
.btn.xlg {
    width: 100%;
    min-width: auto;
    height: 56px;
    font-size: 22px;
    font-weight: 500;
    border-radius: 10px;
}

.btn.radius {
	border-radius: 4px !important;
}
button.close {
    margin-top: 0;
    opacity: 1;
    color: #fff;
    text-shadow: none;
}

.btn-default {
  background: #fff;
  color: #555;
}
.btn-default:hover,
.btn-default:focus {
  background: #fafafa;
  color: #555;
}
.btn-default.gray {
    height: 32px;
	min-width: auto;
	color: #6f6f6f;
    font-weight: normal;
}

.btn-gray {
  background: #888;
  color: #fff;
}
.btn-gray:hover,
.btn-gray:focus {
  background: #777575;
  color: #fff;
}

.btn-blue {
  background: #3579d4;
  color: #fff;
}
.btn-blue:hover,
.btn-blue:focus {
	background: #2a71d0;
    color: #fff;
}

.btn-red {
  background: #d9534f;
  color: #fff;
}
.btn-red:hover,
.btn-red:focus {
  background: #d74b47;
  color: #fff;
}

.btn-default.active {
    background: #6373a5;
    border-color: #6373a5;
    color: #fff;
}
.btn-default.active:hover,
.btn-default.active:focus {
	background: #6373a5;
    color: #fff;
    opacity: 0.95;
}

.btn-blue2 {
 	color: #fff;
	background: #4b79b5;
}
.btn-blue2:hover,
.btn-blue2:focus {
 	color: #fff;
	background: #366fb9;
}

.btn-black {
    color: #fff;
    background: #252d3a;
}
.btn-black:hover,
.btn-black:focus {
    color: #fff;
    background: #252d3a;
}

.btn-green {
    background: #81bc4c;
    color: #fff;
}
.btn-green:hover,
.btn-green:focus {
    background: #74ba34;
    color: #fff;
}

.btn-green2 {
    color: #fff;
    background: #4cb6d0;
}
.btn-green2:hover,
.btn-green2:focus {
    color: #fff;
    background: #4eb0c8;
}

.btn-special {
    color: #fff;
	background: rgba(31,172,163,1);
    background: -moz-linear-gradient(-45deg, rgba(31,172,163,1) 0%, rgba(38,142,179,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(31,172,163,1)), color-stop(100%, rgba(38,142,179,1)));
    background: -webkit-linear-gradient(-45deg, rgba(31,172,163,1) 0%, rgba(38,142,179,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(31,172,163,1) 0%, rgba(38,142,179,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(31,172,163,1) 0%, rgba(38,142,179,1) 100%);
    background: linear-gradient(135deg, rgba(31,172,163,1) 0%, rgba(38,142,179,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1faca3', endColorstr='#268eb3', GradientType=1 );
}
.btn-special:hover,
.btn-special:focus {
    color: #fff;
    opacity: .9;
}

.btn-skyblue {
 	color: #fff;
	background: #99b3d4;
}
.btn-skyblue:hover,
.btn-skyblue:focus {
    color: #fff;
    background: #82a7d3;
}

.btn-navy {
    background: #465778;
    color: #fff;
}
.btn-navy-block {
    display: block;
    width: 100%;
    background: #465778;
    color: #fff;
}
.btn-navy:hover,
.btn-navy:focus,
.btn-navy-block:hover,
.btn-navy-block:focus {
    background: #3a4965;
    color: #fff;
}
.btn-navy-block .material-icons {
    margin-top: -2px;
}

/* main color btn */
.btn-fill {
	background: #ff6c00;
	color: #fff;
}
.btn-fill.focus, .btn-fill:focus, .btn-fill:hover {
	color: #fff;
}

/* 완료 시 버튼 색 */
.btn.complete {
 	color: #fff;
    border-color: #2aab9d;
	background: #2aab9d;
}
.btn.complete:hover,
.btn.complete:focus {
    color: #fff;
    border-color: #2aab9d;
    background: #2aab9d;
}

/* Special Btn */
.btn-reset {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
  color: #384f75;
}
.btn-reset:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  /* margin-right: 5px; */
  background: url(/resources/images/site/cybertrade/manager/icon/icon_sprite.png) no-repeat;
  background-position: -40px -42px;
  position: relative;
  top: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-reset:hover:before {
  transform: rotate(180deg);
}

.btn-download {
	display: inline-block;
	min-width: 130px;
	padding: 3px 10px;
	height: 35px;
	background: #fff;
	border: 1px solid #cacaca;
	font-size: 13px;
	line-height: 27px;
	color: #222;
	letter-spacing: 0.5px;
}
.btn-download:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url(/resources/images/site/cybertrade/manager/icon/icon_sprite.png) no-repeat;
  background-position: -92px -44px;
  position: relative;
  top: 4px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-download:hover,
.btn-upload:hover {
  background: #fafafa;
}

.btn-upload {
	display: inline-block;
	min-width: 110px;
	padding: 3px 10px;
	height: 35px;
	background: #fff;
	border: 1px solid #cacaca;
	font-size: 13px;
	line-height: 27px;
	color: #222;
	letter-spacing: 0.5px;
}
.btn-upload:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url(/resources/images/site/cybertrade/manager/icon/icon_sprite.png) no-repeat;
  background-position: -412px -88px;
  position: relative;
  top: 4px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-check {
	display: inline-block;
	background: #fff;
    color: #222;
    border-color: #ccc;
    font-size: 12px;
    border-radius: 15px;
    padding: 3px 10px;
}
.btn-check.active {
	background: #251c72;
	color: #fff;
}
.btn-check input[type="checkbox"], .btn-check input[type="radio"] {
	display: none;
    margin: 0;
}
.btn-check label {
    margin: 0;
    cursor: pointer;
    font-weight: 400;
}

.btn-option {
  display: inline-block;
  min-width: 116px;
  padding: 3px 12px;
  height: 35px;
  background: #fff;
  border: 1px solid #cacaca;
  font-size: 13px;
  color: #222;
  letter-spacing: 0.5px;
}
.btn-option:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: url(/resources/images/site/cybertrade/manager/icon/icon_sprite.png) no-repeat;
  background-position: -338px -128px;
  position: relative;
  top: 4px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-option:hover {
  background: #fafafa;
}

.btn-close {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(/resources/images/site/cybertrade/manager/icon/icon_sprite.png) no-repeat;
  background-position: -355px -85px;
  font-size: 0;
}

.btn-delete {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(/resources/images/site/cybertrade/manager/icon/icon_sprite.png) no-repeat;
  background-position: -250px -85px;
  font-size: 0;
}

.btn.btn-stop {
	min-width: auto;
    padding: 8px;
    background: #dbdbdb;
}
.btn.btn-stop>i {
    font-size: 18px;
}
.btn.btn-stop.sm {
	display: inline-block;
    height: auto;
    margin-top: -2px;
    padding: 4px;
    background: #dbdbdb;
}
.btn.btn-stop.sm>i {
	font-size: inherit;
}
.btn-stop:hover,
.btn-stop:focus {
    background: #cfcfcf;
}

.btn-wrap.flex-r .btn {
	margin: 0 !important;
}

.btn-check-wrap {
	position: relative;
}
.btn-check-wrap .icon-check {
	display: none;
	font-size: 22px;
    color: #3eafd3;
    position: absolute;
    top: 2px;
    right: -2px;
}
.btn-check-wrap.active .btn {
	border-color: #3eafd3;
    color: #3eafd3;
    background: rgba(248, 248, 248, .5);
}
.btn-check-wrap.active .icon-check {
	display: block;
}

.btn[disabled],
.btn[disabled]:hover,
.btn[disabled]:focus {
	background: #ddd;
    color: #676767;
    border-color: #ddd;
}

/* Selectpicker Custom */
.common-search-selectpicker {
  display: inline-block;
}
.common-search-selectpicker .dropdown-toggle, .common-search-selectpicker .login-box .login-selectpicker .bootstrap-select.open, .login-box .login-selectpicker .common-search-selectpicker .bootstrap-select.open, .common-search-selectpicker .common-selectpicker.open {
  border: 1px solid #ddd;
  height: 35px;
  font-size: 13px;
  color: #222;
  letter-spacing: -.5px;
}
.common-search-selectpicker .dropdown-toggle:focus, .common-search-selectpicker .login-box .login-selectpicker .bootstrap-select.open:focus, .login-box .login-selectpicker .common-search-selectpicker .bootstrap-select.open:focus, .common-search-selectpicker .common-selectpicker.open:focus {
  outline: none !important;
}
.common-search-selectpicker .dropdown-menu {
  font-size: 13px;
  letter-spacing: -.5px;
}
.common-search-selectpicker .dropdown-menu > li > a {
  padding: 5px 10px;
}

.common-selectpicker .bootstrap-select .dropdown-toggle, .common-selectpicker .bootstrap-select .login-box .login-selectpicker .bootstrap-select.open, .login-box .login-selectpicker .common-selectpicker .bootstrap-select .bootstrap-select.open, .common-selectpicker .bootstrap-select .common-selectpicker.open {
  height: 35px;
  background-color: #fff;
  font-size: 13px;
  color: #222;
  border-radius: 0px;
  border-color: #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.common-selectpicker .bootstrap-select .dropdown-toggle:focus, .common-selectpicker .bootstrap-select .login-box .login-selectpicker .bootstrap-select.open:focus, .login-box .login-selectpicker .common-selectpicker .bootstrap-select .bootstrap-select.open:focus, .common-selectpicker .bootstrap-select .common-selectpicker.open:focus {
  outline: none !important;
  color: #222;
  border-color: #ddd;
}
.common-selectpicker .bootstrap-select .dropdown-menu {
  border-radius: 0;
}
.common-selectpicker .bootstrap-select .dropdown-menu .inner, .common-selectpicker .bootstrap-select .dropdown-menu .common-input-group.inner-reverse {
  font-size: 13px;
}
.common-selectpicker.open .dropdown-toggle, .common-selectpicker.open .login-box .login-selectpicker .bootstrap-select.open, .login-box .login-selectpicker .common-selectpicker.open .bootstrap-select.open, .common-selectpicker.open .common-selectpicker.open {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.common-selectpicker.open .dropdown-toggle:focus, .common-selectpicker.open .login-box .login-selectpicker .bootstrap-select.open:focus, .login-box .login-selectpicker .common-selectpicker.open .bootstrap-select.open:focus, .common-selectpicker.open .common-selectpicker.open:focus, .common-selectpicker.open .dropdown-toggle:hover, .common-selectpicker.open .login-box .login-selectpicker .bootstrap-select.open:hover, .login-box .login-selectpicker .common-selectpicker.open .bootstrap-select.open:hover, .common-selectpicker.open .common-selectpicker.open:hover {
  border-color: #ddd;
  background-color: #fff;
  color: #868e99;
}
.common-selectpicker.flex .bootstrap-select {
  width: 100% !important;
}

.special-select {
  background: #434c7c;
}
.bootstrap-select>.dropdown-toggle.special-select,
.bootstrap-select>.dropdown-toggle.special-select:active,
.bootstrap-select>.dropdown-toggle.special-select:focus,
.bootstrap-select>.dropdown-toggle.special-select:hover {
    color: #fff;
    border-radius: 50px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    margin-top: 12px;
}

/* Flatpicker Custom */
.common-calendar-group {
	display: inline-block;
}
.common-calendar-form, 
.common-time-form {
	display: inline-block;
	margin-left: 5px;
	position: relative;
    vertical-align: middle;
}
.common-calendar-form .common-divider, 
.common-time-form .common-divider {
  width: 35px;
  line-height: 35px;
  text-align: center;
}
.common-calendar-form .custom-cal-icon, 
.common-time-form .custom-cal-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/resources/images/site/cybertrade/manager/icon/icon_sprite.png) no-repeat;
  background-position: -119px -42px;
  position: absolute;
  right: 5px;
  top: 8px;
}
.common-calendar-form .custom-time-icon, 
.common-time-form .custom-time-icon {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 3px;
}
.common-calendar-form .custom-time-icon:before, 
.common-time-form .custom-time-icon:before {
  display: inline-block;
  content: "\f017";
  font-family: "FontAwesome";
  font-size: 20px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.common-calendar, 
.common-datetime {
	position: relative;
    background: #fff;
}
.common-calendar-form.fixed120, 
.common-calendar.fixed120, 
.common-datetime.fixed120 {
	width: 120px;
}
.common-calendar[readonly], 
.common-datetime[readonly] {
	pointer-events: initial;
    background: #fff;	
}
.common-calendar:focus,
.common-calendar.focus,
.common-datetime:focus,
.common-datetime.focus {
    background: #f0f5fa;
    border: 1px solid #93a9d3;
    box-shadow: none;
}

/* v-datepicker */
.common-calendar-form input {
    font-size: 14px !important;
    border: 1px solid #ddd;
    border-radius: 0;
}

/* common-calendar-group */
.common-calendar-group {
	display: flex !important;
	align-items: center;
	height: 40px;
}
.common-calendar-group .divider {
	margin: 0 5px;
}
.common-calendar-group .input-group,
.common-calendar-group .input-group .common-form-control {
	/* flex: 1; */
	width: 120px;
}
.vdp-datepicker .common-form-control[readonly],
.common-calendar-group .input-group .common-form-control[readonly] {
	background: #fff;
}

/* vuejs datepicker */
.vdp-datepicker {
    width: 100%;
    height: 35px;
}
.vdp-datepicker__clear-button, 
.vdp-datepicker__calendar-button {
	position: absolute;
    top: 50%;
    right: 6px;
    z-index: 10;
    transform: translateY(-50%);
    font-size: 0;
}
.vdp-datepicker__clear-button {
	right: 40px;
}
.vdp-datepicker__calendar .cell.selected {
    background: #ff6c00;
    color: #fff;
}
.vdp-datepicker__calendar {
    font-weight: 400;
    font-size: 14px;	
}
/* .vdp-datepicker__calendar {
    width: 230px !important;
} */

/* 상세검색 */
.detail-search-wrap {

}
.detail-search-box {
	/* display: none; */
    width: 675px;
    min-height: 100%;
    position: absolute;
    right: 0;
    top: 45px;
    z-index: 100;
    background: #fcfcfc;
    border: 1px solid #edeff2;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 #cdcdcd;
}
.detail-search-box.md {
    width: 720px;
}
.detail-search-box .search-header {
	padding: 15px 20px;
    border-bottom: 1px solid #edeff2;
}
.detail-search-box .search-body {
	padding: 20px;
}
.detail-search-box .search-footer {
	display: flex;
	display: -webkit-flex;
	padding: 0 20px 15px;
}
.detail-search-box.md .form-row .form-label {
	min-width: 110px;
}

/* box-style */
.wh-shad-box {
	padding: 30px;
	background: #fff;
	border: 1px solid #f0f2f8;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.18)
}
.wh-bor-box {
	padding: 30px;
	background: #fff;
	border: 1px solid #efefef;
	position: relative;
}
.sm-box {
	padding: 20px;
}

/* box-item 목록 */
.box-item-wrap {

}
.box-item-wrap .box {
    float: left;
    /* min-width: 200px; */
    width: calc(16.66666666666667% - 10px); /* 박스 6개 */
    height: 150px;
    margin: 5px;
}
.box-item-wrap .box>a.inner {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    height: 100%;
    padding: 20px;
    border: 1px solid #ddd;
    transition: 0.2s;
    border-radius: 8px;
    cursor: pointer;
}
.box-item-wrap .add-box>a.inner {
    border: 1px dashed #ccd0d3;
}
.box-item-wrap .add-box>a.inner:hover {
	background: #f4f4f4;
}
.box-item-wrap .list-box>a.inner:hover {
    border: 1px solid #ff6c00;
    box-shadow: inset 0 0 0 1px #ff6c00;
}

.box-item-wrap .add-box>a.inner {
    justify-content: center;
    -webkit-justify-content: center;
	align-items: center;
    -webkit-align-items: center;
	text-align: center;
}
.box-item-wrap .add-box .txt>.fa-plus {
    color: #7b8c94;
}
.box-item-wrap .add-box .txt>span {
	display: block;
	margin-top: 20px;
    color: #7b8c94;
}
.box-item-wrap .list-box>.inner {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.box-item-wrap .list-box>.inner .list-top {
    display: flex;
    display: -webkit-flex;
	/* align-items: center;
    -webkit-align-items: center; */
	width: 100%;
	margin-bottom: auto;
	/* align-self: flex-start;
	-ms-align-self: flex-start; */
}
.box-item-wrap .list-box>.inner .list-top .img-wrap {
	display: block;
	margin-right: 10px;
}
.box-item-wrap .list-box>.inner .list-top .img-wrap .img {
	display: block;
	width: 40px;
	height: 40px;
	/* background: url(/resources/images/site/cybertrade/manager/icon/icon_system01.png) no-repeat 0 0; */
	background-size: cover !important;
}

/* icon */
.box-item-wrap .list-box:nth-child(6n+2) > .inner .list-top .img-wrap .img {
	background: url(/resources/images/site/cybertrade/manager/icon/icon_system01.png) no-repeat 0 0;
}
.box-item-wrap .list-box:nth-child(6n+3) > .inner .list-top .img-wrap .img {
	background: url(/resources/images/site/cybertrade/manager/icon/icon_system02.png) no-repeat 0 0;
}
.box-item-wrap .list-box:nth-child(6n+4) > .inner .list-top .img-wrap .img {
	background: url(/resources/images/site/cybertrade/manager/icon/icon_system03.png) no-repeat 0 0;
}
.box-item-wrap .list-box:nth-child(6n+5) > .inner .list-top .img-wrap .img {
	background: url(/resources/images/site/cybertrade/manager/icon/icon_system04.png) no-repeat 0 0;
}
.box-item-wrap .list-box:nth-child(6n) > .inner .list-top .img-wrap .img {
	background: url(/resources/images/site/cybertrade/manager/icon/icon_system05.png) no-repeat 0 0;
}
.box-item-wrap .list-box:nth-child(6n+1) > .inner .list-top .img-wrap .img {
	background: url(/resources/images/site/cybertrade/manager/icon/icon_system06.png) no-repeat 0 0;
}

.box-item-wrap .list-box>.inner .list-top .txt-wrap {
	display: block;
	flex: 1;
	-webkit-flex: 1;
	overflow: hidden;
	word-break: break-all;
	color: #374e60;
}
.box-item-wrap .list-box>.inner .list-top .txt-wrap>span {
	display: block;
}
.box-item-wrap .list-box>.inner .list-top .txt-wrap>span.name {
	font-weight: bold;
}
.box-item-wrap .list-box>.inner .list-top .txt-wrap>span.url {
	font-size: 12px;
	color: #506067;
	/* margin-right: 2px;
	word-break: break-all; */
}
.box-item-wrap .list-box>.inner .list-bot {
	display: block;
	width: 100%;
	margin-top: auto;
	font-size: 12px;
	color: #747478;
	align-self: flex-end;
	-ms-align-self: flex-end;
}

/*=== 분할 구조 division-wrap ===*/
.division-wrap {
	display: flex;
	display: -webkit-flex;
    /* width: 100%; */
}
.division-wrap > section:first-child,
.division-wrap > section[class$=view-wrap] {
    width: 75%;
	/* flex: 1;  */
	/* flex-basis: 75%; */
	margin-right: 15px;
}
.division-wrap > section:last-child {
    /* width: 25%; */
    flex-basis: 25%;
    flex-shrink: 1;
	min-width: 300px;
    margin-left: 15px;
    /* padding: 0 15px; */
}
.division-wrap > section[class$=info-wrap],
.division-wrap > section.left-line {
    border-left: 1px solid #ddd;
}
.division-wrap>section[class$=info-wrap] h3.sub-tit {
	margin: 5px 0;
}
/* 좌우 넓이 반대 */
.division-wrap.alt > section:first-child {
	flex: none; 
    flex-basis: 25%;
	min-width: 300px;
}
.division-wrap.alt > section:last-child {
	flex: 1; 
	min-width: auto;
}
/* 정확히 반 */
.division-wrap.half > section {
	width: 50%;
    flex-basis: 50%;
}

/* 시스템 뷰 */
.division-wrap>section.system-view-wrap {
	width: 85%;
}
.division-wrap>section.system-info-wrap {
	width: 15%;
	min-width: 250px;
}
/* 차트 */
/* .division-wrap>section .chart-wrap {
	width: 100%;
    margin-top: 10px;
    min-height: 250px;
    position: relative;
}
.division-wrap>section .chart-wrap .chart {
	width: 100%;
    min-height: 250px;
	position:absolute;
	left:0;
	top: 0;
	bottom:0;
	right:0;
} */
.division-wrap>section .chart-wrap .chart-txt {
    font-size: 13px;
    color: #6a6a6e;
    text-align: center;
}
.division-wrap>section .chart-wrap .chart-txt + .chart {
	margin-top: 35px;
}
.division-wrap>section .chart-wrap .chart-txt .cnt {
	display: inline-block;
    margin-left: 5px;
    text-align: right;
    color: #3579d4;
    font-size: 18px;
}
.division-wrap>section .chart-wrap img {
	width: auto;
	max-width: 100%;
	height: 225px;
}
.division-wrap>section .chart-wrap h4 {
	margin: 0 0 20px;
	font-size: 17px;
	color: #222;
	text-align: center;
}

/* 파이차트 no-data */
.division-wrap>section .chart-wrap.pie-chart  {
	margin-top: 0;
    min-height: auto;
}
.division-wrap>section .chart-wrap.pie-chart .no-data {
    width: 200px;
    height: 200px;
	border: 16px solid #f7f7f7;
    border-radius: 50%;
}
.division-wrap>section .chart-wrap.pie-chart .chart-tit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
	font-size: 16px;
    line-height: 1.3;
    color: #555;
}
.division-wrap>section .chart-wrap.pie-chart .chart-tit h4 {
	margin: 0;
}

.division-wrap > div.inner-content {
	flex: 1;
}
.division-wrap > div.inner-content:last-child {
	margin-left: 50px;
}

/* link-txt */
.link-txt {
	display: inline-block;
	color: #222;
    cursor: pointer;
}
.link-txt:hover {
	/* text-decoration: underline;
    text-decoration-color: #4b79b5; */
    color: #4b79b5;
}

.link-txt-r {
	display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #4e67a2;
    letter-spacing: -.3px;
    text-align: right;
}
.link-txt-r:hover {
	text-decoration: underline;
    text-decoration-color: #4e67a2;
    color: #4e67a2;
}

button.fa-exclamation-circle:hover {
	color: #3d4157;
}


/*=== 통계 ===*/
.inner-content-area.stat .inner-header {
	margin: 0;
}
.inner-content-area.stat .sub-tit {
	font-size: 20px;
	font-weight: normal;
}
.inner-content-area.stat .sub-info-txt {
	margin: 5px 0 0 10px;
	font-size: 12px; 
}
.inner-content-area.stat .sub-info-txt.alt {
	display: block;
	font-size: 13px;
	text-align: right;
    color: #747478;
}
.inner-content-area.stat .pagination {
	margin: 10px 0 0;
}
.inner-content-area.stat .table-normal tbody tr.no-data td {
    height: 199px;
}
/* .inner-content-area.stat .inner-content .inner-row .chart-wrap {
    margin-top: 0;
} */

/* inner-row */
.inner-content > .inner-row {
	margin-top: 40px;
    min-height: 280px;	
}
.inner-content > .inner-row:first-child {
	margin-top: 20px;
}
.inner-content > .inner-row:last-child {
	margin-bottom: 20px;
}
.inner-content .inner-row {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;	
	flex-direction: row;
	justify-content: stretch;
	/* overflow-x: hidden; */
    /* min-height: 340px; */
}
.inner-content .inner-row.column {
	flex-direction: column;
}
.inner-content .inner-row .inner-row {
	margin-top: 25px;
}
.inner-content-area.stat .inner-row .sub-tit {
	font-size: 18px;
}

.inner-row.fix-h {
	height: 342px;
}
.inner-row.fix-h .table-normal tbody tr.no-data td {
    height: 275px;
}
.inner-content .inner-row .inner-content-header {
	margin-top: 0;
}
.inner-content .inner-row .inner-content-header .btn-go-detail {
}
.inner-content .inner-row .inner-content-header .btn-go-detail:hover {
    color: #33c4cc;
}
.inner-content .inner-row>section {
	/* flex-grow: 1;
	flex-shrink: 0; */
	flex: 1;
	margin-left: 30px;
    overflow: hidden;
}
.inner-content .inner-row>section:first-child {
	margin-left: 0;
}
.inner-content .inner-row>section h3 {
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #222;
}
.inner-content .inner-row>section h3 .material-icons {
	display: inline-block;
    margin-right: 5px;
    color: #33c4cc;
    font-size: 22px;
}
.inner-content .inner-row>section h4 {
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    color: #222;
}
.inner-content .inner-row .blue {
	color: #71bbff;
}
.inner-content .inner-row .red {
	color: #f36165;
}
.inner-content .inner-row .green {
	color: #aac148;
}
.inner-content .inner-row .gray {
	color: #666;
}
.inner-content .inner-row .txt-rate {
    color: #578c98;
}
.inner-content .inner-row .txt-comment {
    color: #aa4c4b;
}
.inner-content .inner-row .txt-color1 {
    color: #5b8cc1;
}
.inner-content .inner-row .txt-color2 {
    color: #963b65;
}
.inner-content .inner-row .txt-color3 {
    color: #375c9b;
}

.inner-content .inner-row>section.total-cnt-area {
    min-width: 720px;
    max-width: 720px;
}
.inner-content .inner-row .inner-con {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center; 
    padding-top: 25px;
}
.inner-content .inner-row .inner-con.column {
	flex-direction: column;
	/* align-items: flex-start; 
	justify-content: center; */
}
.inner-content .inner-row .inner-con>div {
	/* flex: 1; */
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
}
.inner-content .inner-row .cnt-wrap {
	text-align: right;
}
.inner-content .inner-row .cnt-wrap .total-cnt {
	display: block;
	margin: 40px 0 0;
	font-size: 20px;
	color: #686868;
}
.inner-content .inner-row .cnt-wrap * {
	line-height: 1;
}
.inner-content .inner-row .cnt-wrap .total-cnt strong {
	display: inline-block;
	margin-right: 10px;
	font-size: 46px;
	color: #222;
	font-style: italic;
	font-weight: normal;
}
.inner-content .inner-row .cnt-wrap .exp {
	margin: 40px 0 0;
	font-size: 16px;
	color: #686868;
	line-height: 1.3;
}
.inner-content .inner-row .cnt-wrap .exp .same {
	position: relative;
    padding-right: 18px;
}
.inner-content .inner-row .cnt-wrap .exp .same:before {
	content:'';
	display: inline-block;
	width: 12px;
	height: 4px;	
	background: #686868;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.inner-content .inner-row .inner-con .division-cnt-wrap {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-align-items: center;
	min-width: 380px;
    min-height: 150px;
    padding: 40px 10px;
	background: #fafafa;
}
.inner-content .inner-row .inner-con .division-cnt-wrap.only-cnt {
	min-width: 250px;
    min-height: 170px;
	margin: 0 30px;
    padding: 56px 10px;
}
.inner-content .inner-row .inner-con .division-cnt-wrap>div {
	flex-grow: 1;
	flex: 1;
}
.inner-content .inner-row .inner-con .division-cnt-wrap .cnt-wrap {
	padding: 0 15px;
    border-left: 1px solid #ddd;
}
.inner-content .inner-row .inner-con .division-cnt-wrap .cnt-wrap:first-child {
    border-left: 0 none;
}
.inner-content .inner-row .inner-con .division-cnt-wrap .cnt-wrap .total-cnt {
	text-align: right;
}
.inner-content .inner-row .inner-con .division-cnt-wrap .cnt-wrap.slash {
	position: relative;
}
.inner-content .inner-row .inner-con .division-cnt-wrap .cnt-wrap.slash:before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 52px;
	background: #686868;
	position: absolute;
	top: 50%;
	left: -10px;
	transform: rotate(30deg) translateY(-50%);
}
.inner-content .inner-row .inner-con .division-cnt-wrap .cnt-wrap .total-cnt {
	font-size: 12px;
}
.inner-content .inner-row .inner-con .division-cnt-wrap .cnt-wrap .total-cnt strong {
	font-size: 24px;
}
.inner-content .inner-row .inner-con .division-cnt-wrap .cnt-wrap .exp {
	margin: 15px 0 0;
	font-size: 14px;
}

.inner-content .inner-row .row-cnt-wrap {
	display: flex;
    align-items: center;
    border-top: 1px solid #ddd;
    /* margin-top: 10px; */
    padding: 15px 0;
}
.inner-content .inner-row .row-cnt-wrap .cnt-wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-grow: 1;
    flex-shrink: 0;
}
.inner-content .inner-row .row-cnt-wrap .cnt-wrap .total-cnt {
    margin: 0;
    font-size: 16px;	
}
.inner-content .inner-row .row-cnt-wrap .cnt-wrap .total-cnt strong {
	margin-right: 4px;
    font-size: 18px;
}

.inner-content .inner-row .tit-tip-wrap {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
}
.inner-content .inner-row .tit-tip-wrap .tip-wrap {
	position: relative;
}

.inner-content .inner-row .tit-tip-wrap .tip-wrap .tooltip-box {
	display: none;
	position: absolute;
	bottom: 5px;
    left: 35px;
    z-index: 200;
}
.inner-content .inner-row .tit-tip-wrap .tip-wrap .tooltip-box .inner {
	width: 208px;    
	/* height: 70px; */
    padding: 15px 20px;
    background: #fff;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: -2px 4px 16px rgba(0, 0, 0, 0.15);
}
.inner-content .inner-row .tit-tip-wrap .tip-wrap .tooltip-box .inner:before {
	content: "";
    position: absolute;
    right: 100%;
    bottom: 10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 12px solid #fff;
    border-bottom: 10px solid transparent;
}
.inner-content .inner-row .tit-tip-wrap .tip-wrap .tooltip-box .inner>p {
    font-size: 12px;
    line-height: 1.6;
    color: #747478;
    letter-spacing: -0.05em;
    text-align: center;
}
.inner-content .inner-row .chart-wrap {
	width: 100%;
	margin-top: 15px;
    position: relative;
}
.inner-content .inner-row .chart-wrap .chart {
	width: 100%;
	position:absolute; 
	left:0; 
	top: 0; 
	bottom:0; 
	right:0;
}
.inner-content .inner-row .chart-wrap img, .inner-content .inner-row .map-wrap img {
	width: auto;
	max-width: 100%;
}
.inner-content .inner-row .chart-wrap h4 {
	margin: 0 0 20px;
	font-size: 17px;
	color: #222;
	text-align: center;
}
.inner-content .inner-row .chart-wrap ul.chart-list {
	
}
.inner-content .inner-row .chart-wrap ul.chart-list>li {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	margin-bottom: 15px;	
}
.inner-content .inner-row .chart-wrap ul.chart-list>li:last-child {
	margin-bottom: 0;	
}
.inner-content .inner-row .chart-wrap ul.chart-list>li>* {
	display: inline-block;
	margin-left: 10px;
}
.inner-content .inner-row .chart-wrap ul.chart-list>li .num {
	display: inline-block;
	width: 24px;
	height: 20px;
	margin-left: 0;
	background: #999;
	color: #fff;
	border-radius: 4px;
	font-size: 12px;
	text-align: center;
}
.inner-content .inner-row .chart-wrap ul.chart-list>li .num.blue {
	background: #4293ff;
	color: #fff;
}
.inner-content .inner-row .chart-wrap ul.chart-list>li .txt {
	flex: none;
	width: 100px;
	color: #686868;
	text-align: left;
}
.inner-content .inner-row .chart-wrap ul.chart-list>li .cnt {
	flex: none;
	width: 30px;
	font-size: 12px;
	color: #686868;
	text-align: right;
}
.inner-content .inner-row .chart-wrap ul.chart-list>li .progress {
	flex: 1;
	margin-bottom: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;		
}
.inner-content .inner-row .chart-wrap ul.chart-list>li .progress .progress-bar {
	width: 100%;
	height: 20px;
	overflow: hidden;
	background: url(/resources/images/site/cybertrade/safeLink/bg/bg_line.png) repeat #ccc;
    /* background: #9fd2ff; */
	box-shadow: none;
}
.inner-content .inner-row .chart-wrap ul.chart-list>li .progress .progress-bar.em {
    background: #4293ff;
}

/* 파이차트 no-data */
.inner-content-area.stat .inner-content .inner-row .chart-wrap {
	width: 100%;
    height: 160px;
	position: relative;
}
.inner-content-area.stat .inner-content .inner-row .chart-wrap .chart {
    display: block;
    width: 100%;
    height: 200px;
	margin-top: 20px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;	
    /* overflow: hidden; */
}
.inner-content-area.stat .inner-content .inner-row .chart-wrap.pie-chart .chart {
	/* width: 100%; */
    height: 220px;
    margin-top: 34px;
    position: absolute;
    left: 50%;
    top: -75px;
    transform: translateX(-50%);
}
.inner-content-area.stat .inner-content .inner-row .chart-wrap .no-data {
	min-height: 170px;
}
.inner-content-area.stat .inner-content .inner-row .chart-wrap.pie-chart .no-data {
    width: 170px;
    height: 170px;
    margin: auto;
    border: 17px solid #f7f7f7;
    border-radius: 50%;
    position: absolute;
	left: 50%;
    top: -25px;
    transform: translateX(-50%);    
}

/* map */
.inner-content .inner-row .map-wrap {
	width: 100%;
	height: 100%;
	position: relative;	
}
.inner-content .inner-row .map-wrap .map {
	width: 100%;
	height: 100%;	
}

/* 통계 시스템 리스트 스크롤 */
.division-wrap>section.system-list-area .custom-scroll-wrap {
	max-height: 470px;
	overflow: auto;
}
.division-wrap>section.system-list-area .list-ranking.sm>li div.no-data {
	min-height: 350px;
}

/** 라이브러리 custom **/
/* scrollbar */
/* .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #ddd;
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background: #b8bdce;
} */
/* bs- dropdown */
.dropdown.right .dropdown-menu {
    right: 0;
    left: auto;
}
.dropdown-menu {
	padding: 0;	
}
.dropdown-menu>li>a {
    padding: 10px 20px;
    cursor: pointer;
}

/* star-rating */
.star-rating-readonly .jq-star {
	cursor: default;
}
.jq-star-svg {
	padding-left: 0;
    padding-right: 3px;
}    

/* lightgallery */
.lg-backdrop {
	z-index: 1100;
}
.lg-outer {
	z-index: 1110;
}

/* datatable */
table.dataTable thead th,
table.dataTable thead td,
table.dataTable.no-footer {
    border-bottom: 1px solid #aeaeae;
}

/* notifyjs */
.notifyjs-wrapper {
    z-index: 1030;
}

/* bootstrap tooltip */
.tooltip-inner {
    /* max-width: 240px; */
    max-width: 100%;
    padding: 10px 15px;
    text-align: left;
    line-height: 1.6;
    /* white-space: pre-line; */
}
.tooltip-md {
	display: inline-block;
	cursor: pointer;
}
.tooltip-md  + .tooltip > .tooltip-inner {
	max-width: 340px;
	min-width: 340px;
	font-size: 11px;
	line-height: 1.6;
}

/* bootstrap popover */
.popover {
    max-width: 100%;
    font-size: 13px;
}

/* bootstrap-select */
.bootstrap-select.btn-group .dropdown-toggle .filter-option,
.bootstrap-select.btn-group .dropdown-menu li a {
	display: flex;
	align-items: center;
    text-overflow: ellipsis;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option .txt,
.bootstrap-select.btn-group .dropdown-menu li a .txt {
	/* display: inline-block; */
    width: 100%;
	margin-left: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* v-select(vue) */
/* .v-select-wrap {
	width: 220px;
} */
.v-select {
	width: 220px;
}
.vs__dropdown-toggle {
    height: 35px;
    border-radius: 0;
}
.vs__open-indicator {
    transform: scale(.7);
}
.vs--open .vs__open-indicator {
    transform: rotate(180deg) scale(.7);
}
/* .v-select.v-input--is-dirty input {
  display: none;
}
.v-select__selection {
  max-width: none;
}
.v-select__selections input { width: 0 }
 */
 .table-normal td .v-select,
.table-board td .v-select {
	width: 100%;
}

/* vue-multiselect */
.multiselect__single {
    padding-left: 0;
}
.multiselect__tags {
	border-radius: 0;
    border: 1px solid #ddd;    
}
.multiselect, .multiselect__input, .multiselect__single {
	font-size: 14px;
}

/* 상세검색용 멀티셀렉트 */
.inner-search .multiselect,
.inner-search .multiselect__select,
.inner-search .multiselect__tags {
    height: 35px;
	min-height: 35px;
}
.inner-search .multiselect__tags {
	padding: 5px 30px 0 8px;
}
.inner-search .multiselect__select {
	width: 30px;	
}

/* toast popup */
.toast {
	display: table;
    width: auto !important;
	margin: 0 !important;
	font-family: inherit;
	line-height: inherit;
    font-size: 14px;
    top: 15px;
	left: 50%;
    transform: translateX(-50%);
    /* box-shadow: 2px 3px 6px 0 #acacac; */
}
.toast li {
    margin: 10px 0 0 0;
    display: block;
    /* background-color: #191919;
    color: #fff; */
    background-color: #242b4e !important;
    color: #fff !important;
    border: 0 none;
    padding: 16px 30px;
    border-radius: 0;
    -webkit-border-radius: 0;
    text-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    font-size: 12px;
    position: relative;
    text-align: center;
}
.toast button.close {
    font-size: 17px;
    line-height: 17px;
	color: #fff;
    position: absolute;
    top: 7px;
    right: 7px;
}

/* jstree custom */
.jstree-default .jstree-themeicon {
    background-image: none;
    width: 0 !important;
}
.jstree-default .jstree-node, 
.jstree-default .jstree-icon {
    background-image: url(/resources/images/site/cybertrade/manager/icon/icon_tree.png);
}
.jstree-default .jstree-wholerow-hovered {
    background: rgb(210, 215, 241, .3);
}
.jstree-default .jstree-wholerow-clicked {
    background: rgb(210, 215, 241);
}

/* Tagsinput */
.has-tags .bootstrap-tagsinput {
  display: inline-block;
  min-width: 700px;
  min-height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  /* line-height: 1.3; */
  color: #222;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.has-tags.flex .bootstrap-tagsinput {
  width: 100%;
}

/* 첨부파일 다운로드 */
.common-file-count {
	margin: 5px 0 10px;
}
.common-file-list > li {
	display: block;
	margin: 10px 0 0;
	border: 1px dotted #ddd;
	padding: 8px 20px;
	background: #fff;
}
.common-file-list > li + li {
	margin-top: -1px;
}

/* Pre-developed Dropzone Customize */
.rcm-predropzone-wrap {
  position: relative;
}
.rcm-predropzone-wrap .dropzone-form {
  min-height: 160px;
  border: 1px solid #ddd;
  border-radius: 0px;
  margin-top: 40px;
  padding: 10px 0px 0px;
}
.rcm-predropzone-wrap .dz-message {
  margin: 0 !important;
  margin-top: -50px !important;
  text-align: left !important;
}
.rcm-predropzone-wrap .mdm-dropzone-top {
  padding-top: 0px !important;
  font-size: 13px !important;
}
.rcm-predropzone-wrap .mdm-dropzone-top .btn, 
.rcm-predropzone-wrap .mdm-dropzone-top .btn-blue, 
.rcm-predropzone-wrap .mdm-dropzone-top .btn-default, 
.rcm-predropzone-wrap .mdm-dropzone-top .btn-gray, 
.rcm-predropzone-wrap .mdm-dropzone-top .btn-red {
  border-radius: 0px !important;
  font-size: 13px !important;
}
.rcm-predropzone-wrap .dropzone-form.dz-started .dz-message {
  display: block !important;
}
.rcm-predropzone-wrap .mdm-dropzone-theader {
  display: table;
  table-layout: fixed;
  width: 100%;
  background-color: #fbfbfb;
  border-bottom: 1px solid #ddd;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  margin-top: 5px;
}
.rcm-predropzone-wrap .mdm-dropzone-theader > div {
  display: table-cell;
  text-align: center;
}
.rcm-predropzone-wrap .mdm-dropzone-nodata {
  padding-top: 50px;
  text-align: center;
}
.rcm-predropzone-wrap .mdm-dropzone-infotxt {
  color: #999;
  font-size: 12px;
}
.rcm-predropzone-wrap .mdm-dropzone-infotxt .dropzone-add-icon {
  width: 20px;
  display: inline-block;
  margin-right: 4px;
  margin-top: -1px;
}

.rcm-predropzone-wrap .dropzone-newtemplate {
  display: table !important;
  table-layout: fixed;
  width: 100%;
  position: relative;
  background-color: #fff;
  margin: 0 !important;
  min-height: 1px !important;
  padding: 5px 15px !important;
}
.rcm-predropzone-wrap .dropzone-newtemplate > div {
  position: relative;
  display: table-cell;
  padding: 3px 10px;
  text-align: center;
  vertical-align: middle;
}
.rcm-predropzone-wrap .dropzone-newtemplate .inner-dropzone-filename {
  width: 80%;
  text-align: left;
}
.rcm-predropzone-wrap .dropzone-newtemplate .inner-dropzone-filesize {
  width: 20%;
}
.rcm-predropzone-wrap .dropzone-newtemplate .inner-dropzone-close {
  width: 10%;
}
.rcm-predropzone-wrap .dropzone-newtemplate .dz-progress {
  position: absolute !important;
  top: 4px !important;
  left: 10px !important;
  margin-left: 0px !important;
  margin-top: -1px !important;
}
.rcm-predropzone-wrap .dropzone-newtemplate .dz-error-message {
  position: relative !important;
  top: 3px !important;
  left: 15px !important;
  color: red !important;
}
.rcm-predropzone-wrap .dropzone-newtemplate .dz-custom-close {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #efefea;
  text-align: center;
  border: 1px solid #ddd;
  cursor: pointer;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
}
.rcm-predropzone-wrap .dropzone-newtemplate .dz-custom-close:focus, 
.rcm-predropzone-wrap .dropzone-newtemplate .dz-custom-close:hover {
  background: #e8e8e1;
}

/*=== 전체관리자 manager style ===*/
.txt-complete {
    color: #3d659a;
}
.txt-cancle {
    color: #888;
}
.txt-request {
    color: #b12020;
}
.txt-stop {
    color: #ff5600;
}

.icon-new {
	padding: 1px 3px;
    /* background: #4cb1b5; */
    background: #b12020;
	color: #fff;
	font-size: 10px;
	position: absolute;
	top: 2px;
	right: 2px;
	border-radius: 5px;
}

.btn-tab-group .btn {
	position: relative;
}
.btn-tab-group .btn.active {

}
.btn-tab-group .btn.all.active {
    background: #252d3a;
    border-color: #252d3a;
}
.btn-tab-group .btn.complete.active {
	background: #3d659a;
	border-color: #3d659a;
}
.btn-tab-group .btn.cancle.active {
    background: #888;
    border-color: #888;
}
.btn-tab-group .btn.request.active {
	background: #b12020;
	border-color: #b12020;
}
.btn-tab-group .btn.request.active .icon-new {
	background: #fff;
    color: #b12020;
}

/* 테이블 스타일 같은 리스트 */
.list-hover-effect .list-body .list-row:hover:not(.no-data),
.list-hover-effect .list-body .list-row.active {
    /* background-color: rgba(242, 242, 242, 0.5); */
    background-color: rgba(248, 248, 248, 0.5);
    transition: background-color .25s ease;
    cursor: pointer;
}
.list-normal {
	margin-top: 20px;
}
.list-normal .list {
	width: 100%;
	display: table;
    table-layout: fixed;
    border-collapse: collapse;
}
.list-normal .list>li {
	display: table-cell;
	width: auto;
    padding: 8px 10px;
	height: 40px;
	/* font-size: 13px; */
	letter-spacing: -.5px;
	vertical-align: middle !important;
	text-align: center;
	border: 1px solid #edeff2;
    border-top: 0 none;
	word-break: break-word;
}
.list-normal .list-head {
	border-top: 1px solid #edeff2;
}
.list-normal .list-head .list>li {
  background: #f5f6f8;
  color: #384f75;
  line-height: 1.4;
}
.list-normal .list-head .list>li {
}
.list-normal .list>li:first-child {
  border-left-color: transparent;
}
.list-normal .list>li:last-child {
  border-right-color: transparent;
}
.list-normal .list-body .list>li {
  height: 50px;
  line-height: 1.2;
  color: #545454;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-normal .list>li.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-normal .list-row {
	position: relative;
}
.list-normal .list-row .list.absolute {
	position: absolute;
	top: 0;
	left: 0;
}
.list-normal .list-row .list.absolute>li {
	border: 0 none;
}

.list-normal div.no-data {
	border-bottom: 1px solid #edeff2;
}

.list-ranking-wrap {
	margin-top: 15px;
}
.list-ranking>li:not(.no-data) {
    display: flex;
    display: -webkit-flex;
	padding: 10px;
    margin-top: 7px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-size: 13px;
    color: #747478;
    text-align: center;
    word-break: break-all;
}
.list-ranking>li.head {
    background: #89a1bf;
    color: #fff;
    border: 0 none;
    border-radius: 0;
}
.list-ranking>li .num {
    min-width: 25px;
}
.list-ranking>li .name,
.list-ranking>li .date,
.list-ranking>li .time,
.list-ranking>li .wid-sm {
    width: 15%;
	min-width: 100px;
}
.list-ranking>li .cnt,
.list-ranking>li .wid-xs {
    min-width: 70px;
}

.list-ranking>li .tl {
    padding-left: 10px;
}

.list-ranking>li div.no-data {
	min-height: 150px;
}
.list-ranking.sm>li div.no-data {
	min-height: 100px;
}

/* time-txt */
/* .table-normal .time-txt:before,
.list-normal .time-txt:before,
.list-ranking>li .time-txt:before {
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    margin: -3px 3px 0 0px;
    background: #c9cbca;
    border-radius: 100%;
    vertical-align: middle;
} */
.table-normal .time-txt.normal:before,
.list-normal .time-txt.normal:before,
.list-ranking>li .time-txt.normal:before {
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    margin: -3px 3px 0 0px;
    background: #c9cbca;
    border-radius: 100%;
    vertical-align: middle;
}
.table-normal .time-txt.one-day:before,
.list-normal .time-txt.one-day:before,
.list-ranking>li .time-txt.one-day:before {
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    margin: -3px 3px 0 0px;
    border-radius: 100%;
    vertical-align: middle;
	background: #7dc3aa;
}

/* 여백 좀 더 작은 리스트 */
.list-ranking.sm>li {
    padding: 5px 10px;
}
.list-ranking.sm>li.head {
    background: #65bdda;
}
/* 목록 칸 넓이 */
.list-normal .list>li:first-child {
	width: 5%;
}

/*=== 사용자 그룹 트리 userGr-tree-wrap ===*/
/* 그룹 트리 */
.userGr-tree-wrap .inner-header {
	display: flex;
	display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.userGr-tree-wrap .inner-body {
	margin-top: 10px;
}
.userGr-tree-wrap .inner-header .fa-plus,
.userGr-tree-wrap .inner-header .fa-minus {
	font-size: 10px;
}

.userGr-tree-wrap>section.user-group-area .inner-header>div {
	flex: 1;
	-webkit-flex: 1;
}
.userGr-tree-wrap>section.user-group-area .tree-wrap {
	height: 400px;
    overflow: auto;
    border: 1px solid #e1e1e1;
}

/* 그룹 트리 확장형(사용자 선택) */
.userGr-tree-wrap.extended>section.user-group-area {
	width: 40%;
    flex-shrink: 1;
	position: relative;
}
.userGr-tree-wrap.extended>section.user-group-area .tree-wrap {
	height: 500px;
}

.userGr-tree-wrap>section.user-group-area .arrow-wrap {
    position: absolute;
    top: 150px;
    right: -37px;
/*     transform: translateY(-50%);	 */
}
.userGr-tree-wrap>section .arrow-wrap .fa-arrow-circle-right {
	font-size: 28px;
    color: #9ea4c7;
}
.userGr-tree-wrap>section .arrow-wrap .btn-arrow:hover .fa-arrow-circle-right {
	color: #7780b6
}

/* 선택된 목록 */
.userGr-tree-wrap>section.user-list-area {
	width: 60%;
    flex-basis: 60%;
    flex-shrink: 1;
    margin-left: 20px;
    padding: 0 0 0 15px;
}
.userGr-tree-wrap>section.user-list-area .list-box-wrap {
	margin-top: 15px;
	position: relative;
}
.userGr-tree-wrap>section.user-list-area .list-box-wrap .arrow-wrap {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}
.userGr-tree-wrap>section.user-list-area .list-box-wrap .arrow-wrap .fa-arrow-circle-right {
    transform: rotate(90deg);
}

.userGr-tree-wrap>section.user-list-area .list-box-wrap:first-child {
	margin-top: 0;
}

/* 버튼 */
.userGr-tree-wrap>section.user-list-area .btn-add-item {
 	color: #fff;
	background: #99b3d4;
}
.userGr-tree-wrap>section.user-list-area .btn-add-item:hover,
.userGr-tree-wrap>section.user-list-area .btn-add-item:focus {
    color: #fff;
    background: #82a7d3;
}
.userGr-tree-wrap>section.user-list-area .btn-delete-item {
 	color: #fff;
	background: #f2886f;
}
.userGr-tree-wrap>section.user-list-area .btn-delete-item:hover,
.userGr-tree-wrap>section.user-list-area .btn-delete-item:focus {
    color: #fff;
    background: #f17557;
}

.userGr-tree-wrap>section.user-list-area .list-box-wrap .inner-header .tit {
    font-size: 15px;
    color: #555555;
}
.userGr-tree-wrap>section.user-list-area .list-box-wrap .inner-body {
	margin-top: 6px;
}
.userGr-tree-wrap>section.user-list-area .list-box-wrap .list-box {
    min-height: 183px;
	border: 1px solid #ddd;
	position: relative;
}
.userGr-tree-wrap>section.user-list-area .list-box-wrap .list-box .custom-scroll-wrap {
	height: 248px;
	overflow: auto;
	overflow-x: hidden;
}
.userGr-tree-wrap>section.user-list-area .list-box-wrap .list-box .custom-scroll-wrap.sm {
	height: 183px;
}
.userGr-tree-wrap>section.user-list-area .list-box-wrap .list-box .table-normal th,
.userGr-tree-wrap>section.user-list-area .list-box-wrap .list-box .table-normal td {
	height: auto;
    padding: 7px;
    border: 0 none;
}
.userGr-tree-wrap>section.user-list-area .list-box-wrap .list-box .table-normal th {
	border-top: 0 none;
    /* border-bottom: 1px solid #edeff2; */
}
.userGr-tree-wrap>section.user-list-area .list-box-wrap .list-box .table-normal tbody tr.no-data {
	height: 248px;
}

/* .userGr-tree-wrap>section.user-list-area .tr-hover-effect tbody tr:hover:not(.no-data),  */
.userGr-tree-wrap>section.user-list-area .tr-hover-effect tbody tr.active {
    background-color: rgba(197, 231, 254, 0.5);
}

/* 그룹 목록에서 선택된 유저 리스트 */
.userGr-tree-wrap>section.user-list-area .list-box-wrap .list-box ul.selected-user-list {
    height: 100%;
    padding: 3px 10px 10px 10px;
}
.userGr-tree-wrap>section.user-list-area .list-box-wrap .list-box ul.selected-user-list>li {
	margin: 7px 0;
}
.userGr-tree-wrap>section.user-list-area .list-box-wrap .list-box ul.selected-user-list>li span {
	display: inline-block;
	vertical-align: middle;
}
.userGr-tree-wrap>section.user-list-area .list-box-wrap .list-box ul.selected-user-list>li span.name {
	margin-left: 10px;
}
.userGr-tree-wrap>section.user-list-area .list-box-wrap .list-box ul.selected-user-list>li span.id {
    color: #919191;
    font-size: 13px;
}

/* 가운데정렬 텍스트 */
.txt-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50%);
    color: #545454;
	text-align: center;
}
/* 경고 팝업 안 글씨 */
.txt-warning {
	font-size: 17px;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #cc0033;
}

/* 사용자 관리 업로드 성공/실패 결과 박스 */
.upload-result-box {
	max-height: 200px;
	overflow: auto;
	margin-top: 15px;
	padding: 20px;
	background: #fff;
	border: 1px solid #e1e1e1;
    font-size: 13px;
    color: #333;
}
.upload-result-box .tit {
	font-size: 15px;
	color: #222;
    /* margin-bottom: 5px; */
}
.upload-result-box .result-list {
	margin-top: 15px;
}

/*=== 그룹관리(페이지형) ===*/
/* 그룹관리 */
.user-group-wrap {
	flex: 1;
	-webkit-flex: 1;
	min-height: 373px;
}
.user-group-wrap.list {
	min-width: 380px;
	max-width: 380px;
}
.user-group-wrap.list .userGr-tree-wrap>section.user-group-area .tree-wrap {
    height: 468px;
}
.user-group-wrap .group-header .edit-btn-wrap .btn {
	margin-left: 0;
}
.user-group-wrap .group-body .flex-row {
	margin-bottom: 0;
}
.user-group-wrap .tree-wrap {
    margin-top: 10px;
    height: 233px;
    overflow: auto;
}

/* 사용 그룹 리스트 박스 */
/* .userGr-list-box {
    width: 100%;
} */
ul.userGr-list-box {
	display: inline-block;
	width: 100%;
	/* height: 100%;  */
	padding: 0 5px 8px 10px;
	min-height: 35px;
	background: #f4f6f9;
	border: 1px solid #dfe4ed;
}
ul.userGr-list-box>li {
	float: left;
    padding: 5px 10px;
    min-width: 70px;
    text-align: center;
    margin: 8px 5px 0 0;
    color: #fff;
    background: #858da1;
    border-radius: 4px;
    font-size: 13px;
}
ul.userGr-list-box>li .name {
	display: inline-block;
}
ul.userGr-list-box>li .delete-wh {
    margin: 0 0 3px 5px;
    color: #fff;
}

/* 초기화면 */
.user-group-wrap .guide-txt-wrap {
	width: 100%;
	height: 100%;
}
.user-group-wrap .guide-txt-wrap .guide-txt {
	display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 40px);
    margin-top: 20px;
    background: #f2f2f2;
}
.user-group-wrap .guide-txt-wrap .guide-txt > p {
	font-size: 16px;
    line-height: ;
    color: #6a6a6a;
    text-align: center;
}

.user-group-wrap .table-normal tbody tr.no-data td, 
.user-group-wrap .table-board tbody tr.no-data td {
    height: 260px;
}

/* rate star */
.rate-wrap {
    height: 20px;	
}
.rate-wrap .star {
    display: inline-block;
    margin: 0 -2px;    
    line-height: 1;
}
.rate-wrap .star .material-icons {
    font-size: 19px;
/*    color: #6166a7;*/
    color: #ff961b
}

/* item-box-wrap */
.item-box-wrap {
    flex: 1;
}
.item-box-wrap ul.item-box-list {
    display: flex;
    flex-wrap: wrap;
    padding: 1px 5px;
}
.item-box-wrap ul.item-box-list > li {
}
.item-box-wrap ul.item-box-list > li .item-box {
	display: flex;
    align-items: center;
	margin: 3px;
    padding: 3px 5px;
    background: #dcdcde;
    border-radius: 5px;	
}
.item-box-wrap ul.item-box-list > li .item-box .name {
	color: #333;	
}
.item-box-wrap ul.item-box-list > li .item-box .btn-delete-item {
    margin-left: 3px;
	font-size: 16px;
}
.item-box-wrap ul.item-box-list > li .item-box .btn-delete-item:hover {
	color: #222;
}

/* normal-tab-wrap */
.tab-normal {
}
.tab-normal .tab-header {
    position: relative;
}
.tab-normal .tab-content {
    margin: 20px 0;
}
.tab-normal .nav-tabs {
    width: 100%;
    border-bottom: 3px solid #ddd;
}
.tab-normal .nav-tabs {
	display: flex;
	align-items: center;
}	
.tab-normal .nav-tabs > li {
    width: 150px;
    margin-bottom: -3px;
}
.tab-normal .nav-tabs > li > a {
	padding: 10px 0;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    color: #000;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    transition: all .3s;
}
.tab-normal .nav-tabs > li.active > a, 
.tab-normal .nav-tabs > li.active > a:focus, 
.tab-normal .nav-tabs > li.active > a:hover,
.tab-normal .nav > li > a:focus, 
.tab-normal .nav > li > a:hover {
    background-color: transparent;
    border-color: transparent;
    border-bottom: 3px solid #707070;
    color: #000;
}
.tab-normal .btn-group {
	position: absolute;
    top: 0;
    right: 0;
}
.tab-normal .nav-tabs > li > a .cnt {
	font-size: 14px;
}
/* .inner-content-area .tab-normal h3.sub-tit {
	font-size: 16px;
} */

/* 인증번호 입력 */
.auth-input-wrap {
	margin-left: 10px;
}
.auth-input-wrap .flex-row {
	margin-bottom: 0;
}
.auth-input-wrap .time {
	font-size: 13px;
    color: #cc0033;
}

/* 게시판 뷰 div로 새로 작업 */
.posting-normal > div {
	min-height: 50px;
    /* line-height: 1.2;
    letter-spacing: -.5px; */
}
.posting-normal .inner-header {
    padding: 20px 10px;
    border-top: 1px solid #d6d6d6;	
}
.posting-normal .post-tit {
	font-size: 20px;
    font-weight: bold;
    color: #222;
    line-height: 1.4;
    letter-spacing: -.5px;	
}
.posting-normal .sub-info-wrap {
    padding: 13px 10px;
	border-top: 1px solid #edeff2;
    border-bottom: 1px solid #edeff2;
    text-align: right;
}
.posting-normal .sub-info-wrap > span {
	display: inline-block;
	margin-left: 20px;
    font-size: 13px;
    color: #686868;
    letter-spacing: -.3px;
    vertical-align: middle;
}
.posting-normal .sub-info-wrap > span > em {
    font-style: normal;
    color: #222;	
}

/* 컨텐츠 */
.posting-normal .post-cont-wrap {
    padding: 8px 10px;
}

/* 파일 */
.posting-normal .post-file-wrap {
    padding: 8px 10px;
	border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #edeff2;
    background: #eee;
}

/* 이전글, 다음글 */
.posting-normal .post-list-wrap ul.post-list > li {
	display: flex;
	align-items: center;
	height: 50px;
    border-bottom: 1px solid #edeff2;
}
.posting-normal .post-list-wrap ul.post-list > li .tit {
	min-width: 100px;
	max-width: 100px;
	text-align: center;
    font-size: 12px;
    color: #384f75;
    letter-spacing: -.3px;	
}
.posting-normal .post-list-wrap ul.post-list > li .txt {
    padding: 8px 10px;
    cursor: pointer;
}
.posting-normal .post-list-wrap ul.post-list > li .txt:hover {
    text-decoration: underline;
    text-decoration-color: #dedee2;
}

/* 답글목록의 답글 */
.posting-normal .reply-posting .re-mark {
    display: inline-block;
    width: 10px;
    height: 10px;
	margin-left: 10px;
    margin-bottom: 5px;
    border: 1px solid #bbb;
    border-top: 0 none;
    border-right: 0 none;
    background: transparent;
}
.posting-normal .post-list-wrap ul.post-list > li.reply-posting-wrap {
    display: block;
    height: 100%;
    background: #f5f5f5;	
}
.posting-normal .post-list-wrap ul.post-list > li.reply-posting-wrap ul.post-list > li {
	padding-left: 104px;
}
.posting-normal .post-list-wrap ul.post-list > li.reply-posting-wrap ul.post-list > li .txt {
	padding: 8px 4px;
    /* color: #747474; */
}

/* 답글목록의 현재글 표시 */
.posting-normal .post-list-wrap ul.post-list > li.reply-posting-wrap ul.post-list > li.current .txt {
	font-weight: 500;
    color: #4c4c4c;
    text-decoration: underline;
    text-decoration-color: #b4b4b4;
}

/* flex wrap만 있는 클래스 */
.flex-box-wrap {
	display: flex;
	flex-wrap: wrap;
}

/* 승인 상태 */
.approval-status-wrap {
	display: flex;
	align-items: center;
}
.approval-status-wrap .status-txt-wrap {
	margin: 0 15px;
	font-size: 15px;
    color: #444;
}
.approval-status-wrap .status-txt-wrap .em-txt {
    color: #6a6f8e;
    font-weight: 500;
}
.approval-status-wrap .status-btn-wrap {
}
.approval-status-wrap .status-btn-wrap .btn:hover {
	opacity: .9;
}
.approval-status-wrap .status-btn-wrap .btn-approval {
	background: #2ac0c8;
	color: #fff;
}
.approval-status-wrap .status-btn-wrap .btn-rejection {
}
.approval-status-wrap .status-btn-wrap .btn-cancle {
	background: #808080;
	color: #fff;
}

/* pure css input file */
.filebox input[type="file"] { 
	position: absolute; 
	width: 1px; 
	height: 1px; 
	padding: 0; 
	margin: -1px; 
	overflow: hidden; 
	clip:rect(0,0,0,0); 
	border: 0; 
} 
.filebox label { 
	display: inline-block;
    min-width: 90px;
	padding: 7px 12px; 
    color: #999;
    font-size: inherit;
    line-height: normal;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
    background: #fff;
    color: #555;
	text-align: center;
} 
/* named upload */ 
.filebox .upload-name { 
	display: inline-block; 
	padding: 7px 12px; /* label의 패딩값과 일치 */ 
	font-size: inherit; 
	font-family: inherit; 
	line-height: normal; 
	vertical-align: middle; 
    background-color: #fcfcfc;
    border: 1px solid #ddd;
	/* 네이티브 외형 감추기 */ 
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none; 
}

/* icon-upload-wrap */
.icon-upload-wrap {
	display: flex;
	align-items: center;
	text-align: left;
}
.icon-upload-wrap .icon-upload-thumb {
	margin-right: 20px;
}
.icon-upload-wrap .icon-upload-box {
	display: flex;
	align-items: center;
	justify-content: center;
    width: 75px;
    height: 75px;
    border: 2px dashed #ccc;
    border-radius: 5px;
    background: rgba(242, 242, 242, 0.4);
    cursor: pointer;
}
.icon-upload-wrap .icon-upload-box .thumb-img {
    border-radius: 5px;
}

.icon-upload-wrap .icon-upload-box .icon-add {
    font-size: 30px;
    color: #9a9a9a;
}
.icon-upload-wrap .icon-upload-name .sub-txt {
    margin-bottom: 8px;
    color: #e12626;	
}
.icon-upload-wrap .icon-upload-name .filebox {
}
.icon-upload-wrap .attach-file {
	display: flex;
	align-items: center;
}
.icon-upload-wrap .attach-file .file-predropzone-wrap {
	flex: 1;
	margin-right: 5px;
}
.icon-upload-wrap .attach-file .dropzone-form {
    height: 35px;
    min-height: 35px;
    padding: 7px 10px;
	background-color: #fcfcfc;
    border: 1px solid #ddd;
    border-radius: 0;
    overflow: hidden;
}
.icon-upload-wrap .attach-file .dropzone-form .dz-preview {
	display: flex;
    align-items: center;	
    justify-content: space-around;
}
.icon-upload-wrap .attach-file .dropzone-form .dz-filename {
    width: 250px;
    min-height: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.icon-upload-wrap .attach-file .dropzone-form .dropzone-add-icon {
	display: inline-block;
	width: 18px;
	margin-right: 5px;
}
.icon-upload-wrap .attach-file .dropzone-form .dz-filename img {
	display: none;
}
.icon-upload-wrap .attach-file .dropzone-form .mdm-dropzone-top {
	display: none;
}
.icon-upload-wrap .attach-file .dropzone-form .dz-custom-close {
	font-size: 15px;
    font-weight: 500;
    line-height: 17px;
    cursor: pointer;
}


/* icon-thumb-wrap */
.icon-thumb-wrap {
	text-align: left;
}
.icon-thumb-wrap .sub-txt {
    margin-bottom: 8px;
}
.icon-thumb-wrap .icon-thumb-box {
	display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 55px;
    height: 55px;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
	border: 1px solid #eee;
    box-shadow: 1px 1px 4px -2px rgba(0, 0, 0, .3);
}
.icon-thumb-wrap .icon-thumb-box img {
    width: auto;
    max-width: 100%;
    border-radius: 5px;
}

/*=== 첨부파일 스타일 ===*/
.attach-file-wrap {
	
}
.attach-file-wrap .attach-file-header {
	display: flex;
	align-items: center;	
}
.attach-file-wrap .attach-file-header .tit {
	font-size: 16px;
	color: #000;
	font-weight: 500;
}
.attach-file-wrap .attach-file-header .file-cnt {
	font-size: 14px;
	color: #000;
}
.attach-file-wrap .attach-file-body {
	margin-top: 15px;
}
.attach-file-wrap ul.attach-file-list {
	border-top: 1px solid #ddd;
}
.attach-file-wrap ul.attach-file-list > li {
	display: flex;
    align-items: flex-end;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}
.attach-file-wrap ul.attach-file-list > li .img-wrap {
	margin-right: 10px;
}
.attach-file-wrap ul.attach-file-list > li .info-wrap {
	flex: 1;
    padding: 5px;
}
.attach-file-wrap ul.attach-file-list > li .sub-info-wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 7px;
}
.attach-file-wrap ul.attach-file-list > li .file-img {
	width: 150px;
    height: 80px;
    background: #ddd;
}
.attach-file-wrap ul.attach-file-list > li .file-name {
	font-size: 15px;
	color: #222;
	font-weight: 500;	
}
.attach-file-wrap ul.attach-file-list > li .upload-date {
	font-size: 13px;
	color: #747478;	
}
.attach-file-wrap ul.attach-file-list > li .file-size {
	font-size: 13px;
	color: #747478;		
}

/*=== 후기 스타일 ===*/
.review-contents-wrap {
    min-height: 150px;
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.review-contents-wrap .cotents {
	color: #000;
}

/*=== border animation ===*/
/* Underline From Center */
.underline-from-center {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	overflow: hidden;
}
.underline-from-center:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 51%;
	right: 51%;
	bottom: 0;
	background: #ff6c00;
	height: 2px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.underline-from-center.active:before, 
.underline-from-center:active:before {
	left: 0;
	right: 0;
    z-index: 1;
}

/*=== sort ===*/
/* .sort-wrap { */
/* 	display: flex; */
/* 	align-items: center; */
/* 	justify-content: space-between; */
/*     width: 100%; */
/* } */
/* .sort-wrap > span { */
/* 	display: inline-block; */
/* } */

.sort-table th {
	position: relative;
    padding: 8px 20px;
}
.btn-sort-group {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);	
}
.btn-sort-group .btn-sort {
	font-size: 0;
	margin: 2px 1px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.btn-sort-group .btn-sort.up {
	width: 0;
	height: 0;
	border-bottom: 10px solid #b2b2b2;
}
.btn-sort-group .btn-sort.down {
	width: 0;
	height: 0;
	border-top: 10px solid #b2b2b2;
	margin-top: auto;
}
.btn-sort-group .btn-sort.up:hover,
.btn-sort-group .btn-sort.up.active {
	border-bottom-color: #7a80dd;
}
.btn-sort-group .btn-sort.down:hover,
.btn-sort-group .btn-sort.down.active {
	border-top-color: #7a80dd;
}

/* 팝업 */
.popup-position {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.radio-group.flex input[type=radio],
.popup-position input[type=checkbox] {
  margin-top: -4px;
}
.radio-group.flex .form-check + .form-check {
  margin-left: 20px;
}
.input-group.flex {
  column-gap: 12px;
}
.input-group.flex input[type=text] {
  width: 120px;
}
.input-group.flex input[type=text] + span {
  position: relative;
  top: 5px;
  font-size: 16px;
}
#popup-edit .common-calendar-group .divider {
  margin: 0 11px;
}
#popup-edit .required {
  color: #D95555;
  margin-left: 4px;
}
#popup-edit input[type=text]:disabled {
  background-color: #F5F5F5;
}
#popup-edit input[type=text]:disabled::placeholder {
  color: #B9B9B9;
}
#popup-edit .rcm-predropzone-wrap + .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}

/*=== Media Queries ===*/
@media screen and (max-width: 1099px) {

	/* 박스 4개 */
	.box-item-wrap .box {
	    width: calc(25% - 10px);
	}

}
@media screen and (min-width: 1100px) and (max-width: 1380px) {

	/* 박스 5개 */
	.box-item-wrap .box {
	    width: calc(20% - 10px);
	}

}
@media screen and (min-width: 1820px) {

	/* 박스 8개 */
	.box-item-wrap .box {
	    width: calc(12.5% - 10px);
	}

}
@media screen and (min-width: 2000px) {

	/* 박스 10개 */
	.box-item-wrap .box {
	    width: calc(10% - 10px);
	}

}

/*=== 코멘트 관련 ===*/
.comment-input-wrap,
.comment-list-wrap .comment-list-row .adopt-btn-wrap,
.comment-list-wrap .comment-list-row .btn.btn-reply {
	display: none !important;
}
