@charset "UTF-8";
@import url(common.css);
@import url(import.css);
/*border 색상 e5e5e5로 맞춰보기
th #f5f6f9
border #e2e4ee
*/
/*
.requestList = 승인요청캠페인
.campaignAdd = 캠페인등록
*/
/*test!!!!*/
/*타이틀 히든처리시*/
.blind {
  width: 1px;
  height: 1px;
  overflow: hidden;
  font-size: 1px;
  color: transparent;
  position: absolute;
  top: 0;
}

/*색상표시*/
.color-999 {
  color: #999;
}

.color-red {
  color: #ED1C24;
}

.Color-cyan {
  color: #009C96;
}

.color-faintly {
  color: #4C4C4E;
}

.color-blue {
  color: #015FC1;
} /* 간선 */
.color-green {
  color: #36820D;
} /* 지선 */
.color-orange {
  color: #CB860F;
} /* 좌석 */
.color-lime {
  color: #8DCB0F;
} /* 마을 */
.parentheses {
  vertical-align: baseline;
}

.parentheses::before {
  display: inline-block;
  content: "(";
  color: #000;
}

.parentheses::after {
  display: inline-block;
  content: ")";
  color: #000;
}

.count, .price {
  color: #ED1C24;
  font-weight: 500;
}

.point, .minimum {
  color: #009C96;
}

.point {
  font-size: 15px;
  font-weight: 700;
}
.point::after {
  content: "Point";
  display: inline-block;
  color: #000;
  font-weight: 400;
  margin-left: 2px;
}
.point.save::after {
  content: "Point 적립";
  display: inline-block;
  color: #000;
  font-weight: 400;
  margin-left: 2px;
}

.price {
  font-size: 15px;
}
.price .applyPriceInteger {
  font-size: 15px;
  font-weight: 700;
}
.price .applyPricePoint {
  font-size: 13px;
  font-weight: 500;
}
.price::after {
  content: "원";
  display: inline-block;
  color: #000;
  font-weight: 400;
}

.input-price {
  text-align: right;
  width: 138px;
}

.additional {
  font-size: 13px;
  color: #4C4C4E;
  line-height: 1.5;
}

.nav-ico {
  vertical-align: middle;
  width: 22px;
  height: 22px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  text-align: center;
  background-size: 22px;
}

.choice .nav-ico {
  background-color: #E4FFFD;
}

/*datepicker custom*/
.ui-widget {
  box-shadow: 0 3px 0px rgba(0, 0, 0, 0.2);
}

/*-------------------------------------------------------------------
  ## body, header, main
-------------------------------------------------------------------*/
body {
  display: flex;
  position: fixed;
  height: 100vh;
  width: 100%;
  background-color: #f7f8f8;
}

.kt-logo {
  background-image: url(../images/townboard.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.kt-logo.full {
  background-image: url(../images/townboard.png);
}

.townboard-on-logo {
  background-image: url(../images/TOWNBOARD-ON-CI.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.login .townboard-on-logo {
  height: 54px;
  margin: 0 auto 60px;
}

.login {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.login .kt-logo {
  height: 54px;
  margin: 0 auto 60px;
}

.login ul {
  width: 400px;
}

.login li {
  margin-bottom: 8px;
  text-align: center;
}

.login .input {
  width: 100%;
  height: 54px;
}

.login .btn-basic {
  width: 100%;
  height: 54px;
}

.login .form-alert p {
  font-size: 13px;
}

.login footer {
  text-align: center;
  padding: 24px 0;
  color: #888;
}

.captcha-wrap {
  margin: 20px 0;
}

.captcha-area {
  display: flex;
  margin-bottom: 8px;
}

.captch {
  border: 1px solid #ccc;
  width: 100%;
  background-color: #dbdbdb;
  margin: -1px 0;
}

.captch-control {
  display: flex;
  flex-direction: column;
}

.captch-control button {
  font-size: 12px;
  margin: -1px 0;
  padding: 2px 10px;
  background-color: #fff;
  border: 1px solid #D1D2D4;
  border-radius: 0;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left 10px center;
}

.captch-control .refresh {
  background-image: url(../../static/images/ico/refresh.png);
}

.captch-control .sound {
  background-image: url(../../static/images/ico/volume.png);
}

.tbl.scroll-auto {
  overflow: auto;
}

.tbl-style1 {
  border-top: 0;
  margin: 0;
}
.tbl-style1 tbody th {
  background-color: #f5f6f9;
}
.tbl-style1 td, .tbl-style1 th {
  border: 1px solid #ced5e1;
}

header {
  position: fixed;
  width: 245px;
  background-color: #2185D0;
  background-color: #06a5c5;
  background-color: #182c3c;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 25px;
  overflow-x: hidden;
  overflow-y: auto;
  flex-shrink: 0;
  flex-grow: 0;
  z-index: 10;
  /*nav*/
}
header .kt-logo {
  height: 34px;
}
header h1 {
  position: relative;
}
header h1 .logo {
  text-align: center;
  margin-bottom: 44px;
}
header h1 .logo .hide {
  display: none;
}
header nav {
  width: 100%;
  height: 100%;
}
header nav ul, header nav li, header nav a {
  width: 100%;
}
header nav li {
  display: block;
  margin-bottom: 24px;
  background-image: url(../images/svg/dropdown_929292.svg);
  background-position: top 13px right;
  background-size: 10px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
header nav li a {
  font-size: 18px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
}
header nav li a span {
  display: inline-block;
  margin-left: 12px;
  font-weight: 500;
}
header nav li a.choice {
  color: #2DBDB6; /*#00B7AE;*/
}
header nav li ul {
  padding: 16px 0 0 15px;
  display: none;
}
header nav li ul li {
  line-height: normal;
  margin: 0;
  background-image: none;
}
header nav li ul li a {
  font-size: 16px;
  padding: 8px 15px;
  border-radius: 8px;
}
header nav li ul li a span {
  font-weight: 400;
}
header nav li ul li a.choice {
  background-color: #d8fffb;
  border: 1px solid #fff;
}
header nav.auto {
  height: auto;
}
header .etc .user {
  margin-bottom: 10px;
}
header .etc .user .name {
  display: inline-block;
  font-size: 13px;
}
header .etc .user button {
  height: auto;
  padding: 0 5px;
}
header .etc .user button span {
  font-size: 11px;
}
header .etc .flip.rotate i {
  transform: rotate(-180deg);
}
header.hide, header.hide nav {
  width: 84px;
}
header.hide nav li a img, header.hide nav li a span {
  display: none;
}
header.hide nav li a .active {
  display: inline-block;
}
header.hide .etc .name, header.hide .etc button {
  display: none;
}
.paging {
  margin-top: 30px;
}

header.hide + main {
  margin-left: 84px;
}

/*header*/
main {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin-left: 245px;
  position: relative;
}
main .main-header {
  background-color: #fff;
  padding: 20px 30px;
  border-bottom: 1px solid #dadce0;
  width: 100%;
}
main .main-header h2 {
  font-weight: 700;
  font-size: 24px;
}
main .main-header.sticky {
  position: fixed;
  z-index: 11;
  background-color: #fff;
  padding: 20px 30px;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.05);
}
main .main-header.sticky + .content {
  padding-top: 66px;
}
main section.content {
  width: 100%;
  height: calc(100vh - 65px);
  position: relative;
  overflow: auto;
}
main .content .tblConditions + .tblResult {
  margin-top: 40px;
}
main .content .tblConditions tr:hover {
  background: #fff;
}
main .content .tblResult .tblTotal {
  padding: 15px 0 5px;
}
main .content .tblResult .tblTotal .total {
  display: inline-block;
  font-weight: 700;
  margin-right: 5px;
  font-size: 15px;
}
main .content .tblResult .tblTotal .total .count {
  font-weight: 700;
}
main .frame-center {
  position: relative;
  padding: 40px;
  min-width: 1024px;
  max-width: 1490px;
}
main .frame-center.form-frame {
  width: 966px;
}
main .frame-center.wideWidth {
  max-width: 1490px;
  margin: 0 auto;
}
main .root_directory + .frame-center {
  margin-left: 300px;
  height: 100%;
  overflow: auto;
}
main .frame-side {
  width: 300px;
  padding: 10px;
  background-color: #fff;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  z-index: 10;
  gap: 10px;
}
main .frame-side + .frame-center {
  margin-left: 300px;
  height: 100%;
  max-width: 100%;
  overflow: auto;
}

/*main*/
.date span {
  display: inline-block;
  min-width: 65px;
  position: relative;
}
.date span.dStart::after {
  content: "~";
  display: inline-block;
  width: 10px;
  text-align: right;
}

.tblResult .date span.dStart::after {
  position: absolute;
  top: 0;
  right: -8px;
}

.userid-AD {
  display: inline-block;
  margin: 4px 0 0;
  color: #666;
}
.userid-AD::before {
  content: "||";
  display: inline-block;
  vertical-align: text-top;
  font-size: 10px;
  color: #999;
}
.userid-AD .id-AD {
  font-size: 11px;
  color: #999;
}

/*-------------------------------------------------------------------
  ## 캠페인등록화면 css
-------------------------------------------------------------------*/
.campaignAdd {
  /*할인테이블부분*/
  /* 광고추가버튼 */
}
.campaignAdd .tbl-group + .tbl-group {
  margin-top: 30px;
}
.campaignAdd .btn-area {
  position: relative;
  margin: 15px 0;
}
.campaignAdd .btn-area button + button {
  margin: 0 4px;
}
.campaignAdd .discount-table .th {
  background-color: #2dbdb6;
  background-color: #35536a;
  color: #fff;
}
.campaignAdd .discount-table .th, .campaignAdd .discount-table .td {
  padding: 3px;
  border: 1px solid #21a9a2;
  border-color: #182c3c;
  width: 33.33%;
  line-height: normal;
}
.campaignAdd .btn-add.btn-bic {
  min-width: auto;
}
.campaignAdd .btn-add {
  background: #182c3c;
  border: 1px solid #182c3c;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
}
.campaignAdd .btn-add span {
  opacity: 0;
  width: 0;
  color: #fff;
  order: 2;
  transition: all 0s;
}
.campaignAdd .btn-add .ico {
  width: 18px;
  height: 18px;
  background: url(../images/ico/ico_feather-plus.png) no-repeat center;
  /*flex: none;*/
}
.campaignAdd .btn-add:hover {
  width: auto;
}
.campaignAdd .btn-add:hover span {
  width: auto;
  opacity: 1;
  margin: 0 4px;
  transition: all 0.4s;
  margin-left: 8px;
}
.campaignAdd .device_count {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #888;
}
.campaignAdd .device_count span {
  display: inline-block;
  margin: 0;
}
.campaignAdd .device_count span:first-child {
  color: #009C96;
}
.campaignAdd .device_count span:last-child::before {
  content: "/";
  margin: 0 2px;
  display: inline-block;
}
.campaignAdd .device_count.parentheses {
  margin: 0 10px;
}
.campaignAdd .device_count.parentheses::before {
  color: #888;
}
.campaignAdd .device_count.parentheses::after {
  color: #888;
}

.campaignAdd .topbox {
  margin: 0px auto 20px;
  text-align: center;
  border: 1px solid #d9d9d9;
  padding: 14px 0;
  background: #fff;
}
.campaignAdd .table_type2 {
  margin-bottom: 20px;
}
.campaignAdd .box {
  padding: 10px 0;
  text-align: right;
}
.campaignAdd .box .ctable {
  display: inline-block;
  vertical-align: middle;
}
.campaignAdd .box .btn {
  display: inline-block;
  height: 51px;
}
/*캠페인등록 리스트*/
.media-card {
  margin: 0;
  /*소재보이는 부분
  .materialType .video{min-width: 200px; min-height: 200px; height: 350px !important;}
  .materialType .table{border: 0 !important; margin: 0 !important;}
  .materialType .th, .materialType .td{padding: 0 !important;}*/
}
.media-card > li {
  margin-bottom: 15px;
  font-size: 15px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 3px;
  /*상품, 타겟팅 리스트*/
}
.media-card > li .table {
  margin: 7px 0;
}
.media-card > li .table:last-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 10px 0 0;
}
.media-card > li .table:last-child .th, .media-card > li .table:last-child .td {
  vertical-align: text-top;
  padding-top: 10px;
}
.media-card > li .td .minimum {
  font-size: 13px;
}
.media-card > li .td .point {
  font-weight: 500;
}
.media-card > li .td .price {
  display: inline-block;
}
.media-card > li .td .additional {
  margin-left: 5px;
  line-height: 1.2;
}
.media-card > li .td .additional .extra-item {
  margin-top: 4px;
}
.media-card > li .td .additional .extra-item li {
  line-height: 1.5;
}
.media-card > li .td .additional .extra-item li::before {
  content: "+";
  display: inline-block;
  margin-right: 2px;
}
.media-card > li .package-wrap, .media-card > li .search-list {
  width: 100%;
}
.media-card > li .search-list {
  font-size: 13px;
}
.media-card > li .search-list .scrolling {
  min-height: 0;
  height: auto;
  max-height: 200px;
}
.media-card .media-card-top {
  position: relative;
  padding: 15px 30px;
  cursor: pointer;
}
.media-card .media-card-top .list_num {
  background-color: #182c3c;
  color: #fff;
  border-radius: 50rem;
  padding: 0 10px;
}
.media-card .media-card-top .txt {
  margin-left: 10px;
}
.media-card .media-card-top .mediaChannel-lnb {
  display: flex;
  align-items: center;
  justify-content: end;
}
.media-card .media-card-top .mediaChannel-lnb > li {
  margin-left: 5px;
}
.media-card .media-card-top .mediaChannel-lnb > li .svg-ico {
  min-width: 14px;
  min-height: 14px;
}
.media-card .media-card-top .mediaChannel-lnb .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50rem;
  background-color: rgba(0, 0, 0, 0.03);
}
.media-card .media-card-top .mediaChannel-lnb .btn:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.media-card .media-card-top .mediaChannel-lnb .btn:active {
  box-shadow: 0 0 0 0.2rem rgba(143, 143, 143, 0.3);
}
.media-card .media-card-top .mediaChannel-lnb .btn.active {
  background-color: rgba(0, 0, 0, 0.1);
}
.media-card .media-card-top .mediaChannel-lnb button:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.media-card .media-card-content {
  border-top: 1px solid #ccc;
}
.media-card .media-card-content .column {
  padding: 15px;
}
.media-card .media-card-content .column:first-child {
  border-right: 1px solid #ccc;
}
.media-card .media-card-content .column:last-child { /*height: 500px;*/
  overflow: auto;
}
.media-card .media-card-content .column .form-area {
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.media-card .media-card-content .column .form-area:last-child {
  border-bottom: 0;
}
.media-card .media-card-content .materialType {
  margin-top: 15px;
}
.media-card .choice {
  background-color: rgba(0, 200, 209, 0.08);
  border-color: #2DBDB6;
}
.media-card .choice + li {
  border-color: #2DBDB6;
}

/*소재 영상부분*/
.materialType li {
  border-bottom: 1px solid #e9e9e9;
  margin: 8px 0;
  padding-bottom: 8px;
}
.materialType li:last-child {
  border-bottom: 0;
}
.materialType .title {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 8px;
}
.materialType .video {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.materialType .horizental video {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.materialType .vertical .video {
  height: 230px;
}
.materialType .vertical video {
  height: 100%;
  width: auto;
  margin: 0 auto;
}
.materialType .info {
  padding-left: 16px;
  line-height: normal;
}
.materialType .info > .table > .tr > .th {
  min-width: 60px;
}
.materialType .info > * {
  font-size: 13px;
}
.materialType .player::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: 1;
  background-image: url(../images/svg/play-solid-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  cursor: pointer;
}
.materialType .player:hover::before {
  opacity: 1;
}

/*-------------------------------------------------------------------
  ## 캠페인등록 내 상품선택시
-------------------------------------------------------------------*/
.packageItem .form-title {
  margin-bottom: 8px;
  font-size: 22px;
}

.packageItem li {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px; /*max-width: 480px;*/
}

.packageItem li:last-child {
  border: 0;
  margin: 0;
}

.packageItem .package-item {
  margin: 0 15px 15px 0;
}

/*모튼상품 공통*/
.package-wrap .package-item {
  margin: 5px 0;
}

.package-item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 195px !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px !important;
  padding: 8px 20px !important;
  line-height: normal;
  font-size: 13px;
}

.package-item .flex {
  width: 100%;
  padding: 5px 0;
}

.package-item .flex + .flex {
  border-top: 1px solid #ccc;
}

.package-item .flex span:last-child {
  white-space: nowrap;
}

.package-item .flex span:first-child {
  margin-right: 30px;
}

.package-item mark {
  display: inline-block;
  color: #777;
  background-color: transparent;
}

.radio.btn-type > input:checked + label span mark {
  color: rgba(255, 255, 255, 0.5);
}

/*일반상품*/
.basic-item .flex {
  padding: 3px 0;
}

.basic-item .flex + .flex {
  border-top: 0;
}

/*-------------------------------------------------------------------
  ## 게시판관리 > 게시판관리 css
-------------------------------------------------------------------*/
/*공통내용*/
.sequence-wrap {
  display: flex;
}

.sequence-container {
  display: flex;
  flex-direction: column;
}

.sequence-header {
  display: flex;
  padding: 10px;
  border-bottom: 1px solid #ced5e1;
}

.sequence-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.list-group-item .number {
  background-color: #182c3c;
  color: #fff;
  text-align: center;
  line-height: 26px;
  width: 26px;
  height: 26px;
  border-radius: 50rem;
  font-size: 10px;
  margin-right: 4px;
  opacity: 0.5;
}

/*이미지 리스트*/
.imgFileList .list-group li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  border-bottom: 1px solid #ced5e1;
}
.imgFileList .list-group li:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.imgFileList .list-group li:hover {
  background-color: #f9fcff;
}
.imgFileList .list-group li:first-child {
  border-top: 0;
}
.imgFileList .list-group li.selected {
  position: relative;
  background-color: rgba(0, 156, 150, 0.08);
  margin-bottom: -1px;
  z-index: 1;
}
.imgFileList .list-group li img, .imgFileList .list-group li b {
  vertical-align: middle;
}
.imgFileList .list-group li img {
  height: 40px;
  width: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-right: 4px;
  background-color: #f7f8f8;
  border: 1px solid #ced5e1;
}
.imgFileList .list-group li .no-img {
  text-align: center;
}
.imgFileList .paging {
  margin: 0;
  padding: 10px 0;
}
.imgFileList .paging-basic .btn {
  min-width: 20px;
  height: 20px;
  font-size: 12px;
}

/*이미지 스크린보드*/
.screenboard {
  border-left: 4px solid #ced5e1;
  flex: 1;
}
.screenboard .sequence-content {
  background-color: #f5f6f9;
  align-items: center;
  justify-content: center;
}
.screenboard .list-group {
  width: 800px;
  height: 566px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-template-rows: 50% 50%;
  border-right: 1px dashed #182c3c;
  border-bottom: 1px dashed #182c3c;
}
.screenboard .list-group li {
  position: relative; /*width: calc(100% / 4); height: calc(100% / 2);*/
  border: 1px dashed #182c3c;
  margin: 0 -1px -1px 0;
  cursor: pointer;
  border-right: 0;
  border-bottom: 0;
}
.screenboard .list-group li img {
  width: 100%;
  height: 100%;
  background-color: #f7f8f8;
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}
.screenboard .list-group li img:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.screenboard .list-group li .btns {
  position: absolute;
  width: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px;
}
.screenboard .list-group li .btns .svg-ico {
  min-width: 14px;
  min-height: 14px;
}
.screenboard .list-group li .btns .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50rem;
  background-color: rgba(0, 0, 0, 0.08);
}
.screenboard .list-group li .btns .btn + .btn {
  margin-left: 2px;
}
.screenboard .list-group li .btns .btn:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.screenboard .list-group li .btns .btn:active {
  box-shadow: 0 0 0 0.2rem rgba(143, 143, 143, 0.3);
}
.screenboard .list-group li .btns .btn.active {
  background-color: rgba(0, 0, 0, 0.1);
}
.screenboard .list-group li .btns button:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.screenboard .type02 li:first-child {
  grid-row: 1/span 2;
  grid-column: 1/span 2;
}
.screenboard .type03 li:nth-child(2) {
  grid-row: 1/span 2;
  grid-column: 2/span 2;
}
.screenboard .type04 li:nth-child(3) {
  grid-row: 1/span 2;
  grid-column: 3/span 2;
}
.screenboard .type05 li:nth-child(1) {
  grid-row: 1/span 3;
  grid-column: 1/span 2;
}
.screenboard .type05 li:nth-child(2) {
  grid-row: 1/span 3;
  grid-column: 3/span 2;
}
.screenboard .type06 li {
  grid-row: 1/span 2;
  grid-column: 1/span 4;
}
.screenboard .guide {
  width: 100%;
  margin-top: 20px;
}

/*-------------------------------------------------------------------
  ## root_directory
-------------------------------------------------------------------*/
.root_directory {
  width: 300px;
  background: #fff;
  overflow-y: auto;
  padding: 8px;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  /*디렉토리 오픈일때*/
  /*디렉토리 마지막 or 하위폴더가 없을때*/
  /*디렉토리 선택시 색상표시*/
}
.root_directory li {
  position: relative;
  cursor: pointer;
}
.root_directory li > div {
  padding: 6px;
}
.root_directory li > div:hover {
  background-color: #f9f9f9;
}
.root_directory li .dep02 li > div {
  padding-left: 12px;
}
.root_directory li .dep03 li > div {
  padding-left: 24px;
}
.root_directory li .dep04 li > div {
  padding-left: 36px;
}
.root_directory li .arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/svg/dropdown_929292.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  transform: rotate(270deg);
}
.root_directory li a {
  padding-left: 20px;
  position: relative;
  background-image: url(../images/ico/folder.png);
  background-repeat: no-repeat;
  background-position: center left;
}
.root_directory .open {
  /*최상위 디렉토리 오픈시 하위구간 표시*/
}
.root_directory .open .arrow {
  transform: rotate(0deg);
  background-position: left center;
}
.root_directory .open a {
  background-image: url(../images/ico/folder-open.png) !important;
}
.root_directory .open + ul a {
  background-image: url(../images/ico/folder--child.png);
}
.root_directory .leaf .arrow {
  background-image: none;
}
.root_directory .leaf a {
  background-image: url(../images/ico/folder--child.png) !important;
}
.root_directory .leaf.open a {
  background-image: url(../images/ico/folder--selected.png) !important;
}
.root_directory .--selected a {
  background-image: url(../images/ico/folder--selected.png) !important;
}
.root_directory .--selected.open a {
  background-image: url(../images/ico/folder-open--selected.png) !important;
}

.root_location {
  margin-bottom: 10px;
}
.root_location .selectbox {
  min-width: 220px;
}
.root_location .selectbox + .selectbox {
  margin-left: 10px;
}
.root_location .dir_title {
  color: #91959C;
}

/*.root_directory && .root_location 공통내용*/
.--selected .dir_title, .--selected .dir_count span:first-child {
  color: #009C96;
}

.directory-wrap {
  display: flex;
  justify-content: space-between;
  flex: 1;
}

.directory-wrap .dir_count span:last-child {
  color: #888;
}
.directory-wrap .dir_count span:last-child::before {
  content: "/";
  display: inline-block;
  margin: 0 2px;
}

/*-------------------------------------------------------------------
  ## popup
-------------------------------------------------------------------*/
.popup .tbl th,
.popup .tbl td {
  height: 47px;
}

/*-------------------------------------------------------------------
  ## 구좌 드래그앤 드롭
-------------------------------------------------------------------*/
.drag-drop-horizontal {
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(0, 0, 0, 0.04);
  padding: 5px;
}
.drag-drop-horizontal li {
  display: flex;
  width: 176px;
  background-color: #fff;
  border: 1px solid #DEDEDF;
  border-radius: 4px;
  padding: 10px 12px;
  margin: 5px;
  cursor: pointer;
}
.drag-drop-horizontal .list_num {
  color: #999;
  display: flex;
}
.drag-drop-horizontal .list_num::after {
  content: ")";
  display: inline-block;
  margin-left: 2px;
}
.drag-drop-horizontal .txt {
  margin-left: 5px;
}/*# sourceMappingURL=style_townboard.css.map */