@charset "UTF-8";

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

a[disabled] {
  cursor: not-allowed!important;
  opacity: .65;
  pointer-events: none;
}

:root {
  --left-menu-width: 260px;
  --left-menu-width-minus: -260px;
  --layer-popup-close-btn-color: #492d88;
  --layer-popup-confirm-btn-color: #9845fd;
  --layer-popup-cancel-btn-color: #828993;
}

.br-sideleft {
  left: var(--left-menu-width-minus);
  width: var(--left-menu-width);
}
.br-logo {
  width: var(--left-menu-width);
}
@media (min-width: 992px) {
  .br-header {
    left: var(--left-menu-width);
  }
  .br-mainpanel {
    margin-left: var(--left-menu-width);
  }
  .br-sideleft {
    left: 0
  }
}
.br-header .br-header-left:first-child { width: 100%;}
.br-menu-link { font-size: 16px;}
.br-menu-sub .sub-link { font-size: 15px;}
.br-subleft { width: var(--left-menu-width);}
.table thead > tr > th, .table tfoot > tr > th { font-size: 14px;}

.table td {
  padding: 1rem 0.75rem;
}

html,body {
  font-family: "Noto Sans Korean", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.width-10px { width: 10px!important;}
.width-20px { width: 20px!important;}
.width-30px { width: 30px!important;}
.width-40px { width: 40px!important;}
.width-50px { width: 50px!important;}
.width-60px { width: 60px!important;}
.width-70px { width: 70px!important;}
.width-80px { width: 80px!important;}
.width-90px { width: 90px!important;}
.width-100px { width: 100px!important;}
.width-110px { width: 110px!important;}
.width-120px { width: 120px!important;}
.width-130px { width: 130px!important;}
.width-140px { width: 140px!important;}
.width-150px { width: 150px!important;}
.width-160px { width: 160px!important;}
.width-170px { width: 170px!important;}
.width-180px { width: 180px!important;}
.width-190px { width: 190px!important;}
.width-200px { width: 200px!important;}
.width-210px { width: 210px!important;}
.width-220px { width: 220px!important;}
.width-230px { width: 230px!important;}
.width-240px { width: 240px!important;}
.width-250px { width: 250px!important;}
.width-260px { width: 260px!important;}
.width-270px { width: 270px!important;}
.width-280px { width: 280px!important;}
.width-290px { width: 290px!important;}
.width-300px { width: 300px!important;}
.width-400px { width: 400px!important;}
.width-500px { width: 500px!important;}
.width-600px { width: 600px!important;}
.width-700px { width: 700px!important;}
.width-800px { width: 800px!important;}
.width-900px { width: 900px!important;}
.width-1000px { width: 1000px!important;}

.max-width-50px { max-width: 50px!important;}
.max-width-60px { max-width: 60px !important;}
.max-width-70px { max-width: 70px !important;}
.max-width-80px { max-width: 80px !important;}
.max-width-90px { max-width: 90px !important;}
.max-width-100px { max-width: 100px!important;}
.max-width-110px { max-width: 110px!important;}
.max-width-120px { max-width: 120px!important;}
.max-width-130px { max-width: 130px!important;}
.max-width-140px { max-width: 140px!important;}
.max-width-150px { max-width: 150px!important;}
.max-width-160px { max-width: 160px!important;}
.max-width-170px { max-width: 170px!important;}
.max-width-180px { max-width: 180px!important;}
.max-width-190px { max-width: 190px!important;}
.max-width-200px { max-width: 200px!important;}
.max-width-210px { max-width: 210px!important;}
.max-width-220px { max-width: 220px!important;}
.max-width-230px { max-width: 230px!important;}
.max-width-240px { max-width: 240px!important;}
.max-width-250px { max-width: 250px!important;}
.max-width-260px { max-width: 260px!important;}
.max-width-270px { max-width: 270px!important;}
.max-width-280px { max-width: 280px!important;}
.max-width-290px { max-width: 290px!important;}
.max-width-300px { max-width: 300px!important;}
.max-width-310px { max-width: 310px!important;}
.max-width-320px { max-width: 320px!important;}
.max-width-330px { max-width: 330px!important;}
.max-width-340px { max-width: 340px!important;}
.max-width-350px { max-width: 350px!important;}
.max-width-360px { max-width: 360px!important;}
.max-width-370px { max-width: 370px!important;}
.max-width-380px { max-width: 380px!important;}
.max-width-390px { max-width: 390px!important;}
.max-width-400px { max-width: 400px!important;}
.max-width-500px { max-width: 500px!important;}
.max-width-600px { max-width: 600px!important;}
.max-width-700px { max-width: 700px!important;}
.max-width-800px { max-width: 800px!important;}
.max-width-900px { max-width: 900px!important;}
.max-width-1000px { max-width: 1000px!important;}
.max-width-1600px { max-width: 1600px!important;}

.login-box, .register-box { width: 90%; max-width: 400px; margin-top: -100px;}

.logo-first { color: #9a47ff!important;}
.logo-link { color: #371163!important;}
.navicon-left a { color: #9a47ff;}
.br-header-right a i, .nav-link-profile:hover, .nav-link-profile:focus { color: #9a47ff !important;}

.br-sideleft {
  background-color: #201b32; }
  @media (min-width: 992px) {
    .br-sideleft {
      border-right: 1px solid #201b32; } }
.br-menu-link { color: #dbc6f5;}
.br-menu-link.active, .br-menu-link:hover, .br-menu-link:focus {
  background-image: linear-gradient(to right, #9845fd 0%, #9340f8 100%);
  background-repeat: repeat-x;
  color: #fff;
}
.br-menu-sub {
  background-image: linear-gradient(to right, #33155b 0%, #3c1969 100%);
  background-repeat: repeat-y;
}

.br-menu-sub .sub-link { color: #dbc6f5;}

.br-menu-sub .sub-link:hover, .br-menu-sub .sub-link:focus { color: #dbc6f5;}
.br-menu-sub .sub-link:hover::before, .br-menu-sub .sub-link:focus::before {background-color: #dbc6f5;}
.br-menu-sub .sub-link.active { color: #a656ff;}
.br-menu-sub .sub-link.active::before { background-color: #a656ff;}

.btn-snowball-fixed {
  color: #fff;
  background-color: #492d88;
  border-color: #492d88; }
  .btn-snowball-fixed:hover {
    color: #fff;
    background-color: #492d88;
    border-color: #492d88; }
  .btn-snowball-fixed:focus, .btn-snowball-fixed.focus {
    box-shadow: 0 0 0 0.2rem rgba(73, 45, 136, 0.5); }
  .btn-snowball-fixed.disabled, .btn-snowball-fixed:disabled {
    color: #fff;
    background-color: #492d88;
    border-color: #492d88; }
  .btn-snowball-fixed:not(:disabled):not(.disabled):active, .btn-snowball-fixed:not(:disabled):not(.disabled).active,
  .show > .btn-snowball.dropdown-toggle {
    color: #fff;
    background-color: #492d88;
    border-color: #492d88; }
    .btn-snowball-fixed:not(:disabled):not(.disabled):active:focus, .btn-snowball-fixed:not(:disabled):not(.disabled).active:focus,
    .show > .btn-snowball-fixed.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(73, 45, 136, 0.5); }

.content-header h1 { font-size: 1.2rem!important;}

textarea.__summernote { opacity: 0;}

.valign-middle-table td, .valign-middle-table th { vertical-align: middle!important;}

.tasks-btn { display: flex; column-gap: 4px;}
._ui-btn { padding: 5px 8px;}
._add-btn, ._add-btn:hover, ._add-btn:focus {
  height: 53px;
  line-height: 53px;
  padding: 0 32px;
  background-image: linear-gradient(to right, #9845fd 0%, #9340f8 100%);
  background-repeat: repeat-x;
  color: #fff;
}

.hide { display: none!important;}
.float-layer { position: fixed; width: 100%; height: 100%; top: 0; left: 0; display: none; align-items: center; justify-content: center; z-index: 20001;}
.float-layer .inner { background-color: #fff; opacity: 0; box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5); z-index: 1001; width: auto; min-width: 320px; max-width: 460px; transition: all .2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(10vh);}
.float-layer .inner-overlay { opacity: 0; position: absolute; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.4); z-index: 998; transition: opacity .2s cubic-bezier(0.4, 0, 0.2, 1);}
.float-layer.on .inner { transform: translateY(0vh); opacity: 1;}
.float-layer.on .inner-overlay { opacity: 1; transition-delay: 0s;}
.float-layer .message { padding: 30px; font-size: 14px; text-align: center;}
.float-layer .btn-area { display: flex; width: 100%; height: 50px; line-height: 50px; font-size: 15px; font-weight: 500; overflow: hidden; border-top: 1px solid #e2e7ee;}
.float-layer .btn-area a { width: 100%; float: left; text-align: center; border-left: 1px solid #e2e7ee; text-decoration: none;}
.float-layer .btn-area a:active, .float-layer .btn-area a:focus { outline: none;}
.float-layer .btn-area a:first-child { border-left: none;}
.float-layer .btn-area .btn-cancel { color: var(--layer-popup-cancel-btn-color)}
.float-layer .btn-area .btn-confirm { color: var(--layer-popup-confirm-btn-color)}
.float-layer .btn-area .btn-close { color: var(--layer-popup-close-btn-color)}

.daumSearchZonecodeWrap { position: fixed; display:flex; width: 100%; height: 100%; top: 0; left: 0; align-items: center; justify-content: center; z-index: 1100;}
.daumSearchZonecodeWrap .search-inner { -webkit-overflow-scrolling:touch; background-color: #fff; opacity: 0; box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5); z-index: 1001; width: 80%; max-width: 560px; margin: 0 auto; height: 466px; transition: all .3s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(10vh);}
.daumSearchZonecodeWrap .inner-overlay { opacity: 0; position: absolute; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.4); z-index: 998; transition: opacity .3s cubic-bezier(0.4, 0, 0.2, 1);}
.daumSearchZonecodeWrap.on .search-inner { transform: translateY(0vh); opacity: 1; z-index: 1000;}
.daumSearchZonecodeWrap.on .inner-overlay { opacity: 1; transition-delay: 0s;}

.layerContentWrap { position: fixed; display:flex; width: 100%; height: 100%; top: 0; left: 0; align-items: center; justify-content: center; z-index: 1050;}
.layerContentWrap .search-inner { -webkit-overflow-scrolling:touch; background-color: #fff; opacity: 0; box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5); z-index: 1001; width: 80%; max-width: 800px; max-height: 80vh; margin: 0 auto; height: auto; transition: all .3s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(10vh);}
.layerContentWrap .inner-overlay { opacity: 0; position: absolute; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.4); z-index: 998; transition: opacity .3s cubic-bezier(0.4, 0, 0.2, 1);}
.layerContentWrap.on .search-inner { transform: translateY(0vh); opacity: 1; z-index: 1000;}
.layerContentWrap.on .inner-overlay { opacity: 1; transition-delay: 0s;}
.layerContentWrap .search-inner iframe { border: none; width: 100%; height: calc(100% - 51px);}

.full-size-layer { position:fixed; display: flex; width: 100%; height: 100%; top: 0; left: 0; align-items: center; justify-content: center; z-index: 1050;}
.full-size-layer .inner { -webkit-overflow-scrolling:touch; background-color: #fff; opacity: 0; box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5); z-index: 1001; width: 90%; height: 90%; max-width: 1600px; margin: 0 auto; transition: all .3s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(10vh);}
.full-size-layer .inner iframe { border: none; width: 100%; height: 100%;}
.full-size-layer .inner-overlay { opacity: 0; position: absolute; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.4); z-index: 998; transition: opacity .3s cubic-bezier(0.4, 0, 0.2, 1);}
.full-size-layer.on .inner { transform: translateY(0vh); opacity: 1; z-index: 1200;}
.full-size-layer.on .inner-overlay { opacity: 1; transition-delay: 0s;}

.working-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; opacity: .7; z-index: 20000; display: none; justify-content: center; align-items: center;}
.working-overlay.on { display: flex!important;}
.working-overlay i { color: #fff;}
.loading-spinner { height: 100%; display: flex; justify-content: center; align-items: center;}
.loading-spinner .spinner { width: 90px; height: 90px; border: 10px #fff solid; border-top: 10px solid #9a47ff; border-radius: 50%; animation: spinner-anime 0.8s infinite linear; z-index: 1200;}
@keyframes spinner-anime {
  100% { 
    transform: rotate(360deg);
  }
}

._form-wrap { display:flex; justify-content:center; margin-top:0!important; padding-top:calc(3.5rem + 1px);}
._form-wrap ._form_inner { padding: 1.5rem; width: 100%; max-width: 1224px; padding-bottom: 3.5rem;}

.platform-name { font-weight: 800; letter-spacing: -2px; margin-right: 8px;}
._content-title { font-weight: 600; letter-spacing: -1.8px;}
.content-wrapper .content:first-child { padding-top: 15px;}

.user-panel { height: 50px;}
.user-panel div { height: 32px;} 
.user-panel .info span { flex-basis: 100%;}

.datepicker,.datetimepicker,.daterangepicker,.datetimerangepicker { box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23)!important; }

.row-number { text-align: right; font-size: 11px; font-weight: 400;}

.date-text { font-size: .75rem; text-align: center;}
.small-text, .number-text { font-size: .813rem;}
.number-text { text-align: right;}

.limit-bytes { font-size: .75rem; color: #6c757d; display: inline-block; margin-top: 4px;}
.limit-bytes .current-bytes { font-weight: 600; color: #343a40;}
 
.empty-data { padding: 2rem; padding-top: 5rem; padding-bottom: 5rem; font-size:14px!important; font-weight: 500; color: #9340f8; text-align: center;}

.form-check label, .form-check-inline label { font-weight: 400!important; color: inherit!important;}

/*
.form-group .content { border-top: 1px solid #dee2e6; padding-top: .5rem;}
._form .form-group, ._read .form-group { margin-bottom: 2rem;}
._read .form-group label { margin-bottom: .3rem; font-size: .8125rem; font-weight: 400;}
._form > .form-group:last-child, ._read > .form-group:last-child { margin-bottom: 0;}

._form > .row > div, ._read > .row > div { margin-right: 1rem;}
._form .form-group label { margin-bottom: .3rem; font-size: .8125rem; font-weight: 400;}
._form > .row > div:last-child, ._read > .row > div:last-child { margin-right: 0;}
.row .form-group.col-auto .content { padding-right: 2rem;}
*/

.ellipsis-data { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 80px;}
.ellipsis-data2 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
span.required { margin-left: .3rem; color: #ff6600; line-height:1; vertical-align: middle;}

.scrollable.has-scroll {
    position:relative;
    overflow:hidden; /* Clips the shadow created with the pseudo-element in the next rule. Not necessary for the actual scrolling. */
}
.scrollable.has-scroll:after {
    position:absolute;
    top:0;
    left:100%;
    width:50px;
    height:100%;
    border-radius:10px 0 0 10px / 50% 0 0 50%;
    box-shadow:-5px 0 10px rgba(0, 0, 0, 0.25);
    content:'';
}
/* This is the element whose content will be scrolled if necessary */
.scrollable.has-scroll > div {
    overflow-x:auto;
}
.scrollable > div::-webkit-scrollbar {
    height:12px;
}
.scrollable > div::-webkit-scrollbar-track {
    box-shadow:0 0 2px rgba(0,0,0,0.15) inset;
    background:#f0f0f0;
}
.scrollable > div::-webkit-scrollbar-thumb {
    border-radius:6px;
    background:#ccc;
}

._read-table tbody th { text-align: right; background-color: rgba(0, 0, 0, .03); color: #1f2d3d!important;}

.popup-title { padding: .594rem 0;}
/*._list-btn, ._js-popup-btn { vertical-align: unset;} */

img._preview { max-width: 600px;}
img._preview_thumb { max-width: 160px;}

.bootstrap-tagsinput { height: 37px;}
.bootstrap-tagsinput .badge { margin-right: .2rem; font-weight: 400; font-size: 12px;}
.bootstrap-tagsinput .badge:last-child { margin-right: 0;}

.card-footer button { vertical-align: middle;}

.sortable-wrap { list-style: none; padding-left: 0; margin-bottom: 0;}
.sortable-wrap li { border: 1px solid #dee2e6; border-radius: .2rem; margin-top: .5rem; padding: .8rem 1rem; background-color: #fff; display: flex; align-items: center;}
.sortable-wrap li .sortable-handle { border: 1px solid #d2d6da; padding: 8px 16px; margin-right: .8rem; cursor: pointer; font-size: 1rem;}
.sortable-wrap li:first-child { margin-top: 0;}

.stats-table { border-spacing: 0; border-collapse: separate;}

thead.sticky tr { position: sticky; top: 1px; background-color:#fff; border-bottom:0; box-shadow: 0 1px #dee2e6, 0 -1px #dee2e6;}

thead.sticky.two tr { position: sticky; top: 1px; background-color:#fff; border-bottom:0; box-shadow: 0 -1px #dee2e6;}
thead.sticky.two tr:nth-child(2) { position: sticky; top: 49px; background-color:#fff; border-bottom:0; box-shadow: 0 1px #dee2e6;}

.dashboard-campaigns { list-style: none; padding-left: 0;}

.filter-conts { column-gap: .5rem; display: flex; flex-wrap:wrap; margin-bottom: 0;}
.filter-wrap { display:flex; flex-direction: column; margin-top: 1.5rem;}
.filter-name { display: inline-block!important; margin-bottom: 4px!important; font-size: 12px;}

.form-inline .form-check { margin-right: 12px; margin: 4px 12px 0 0;}
.form-inline .form-check:last-child { margin-right: 0;}

._read { background-color: #fff;}
._read table tbody th { background-color: rgba(0,0,0,.03); text-align: right; color: #696969;}
.note-editor.note-frame.card { margin-bottom: 0!important;}

._filter .form-row { justify-content:flex-end;}

._form .form-group > label, ._read .form-group > label { color: #495057;}
._form > .form-group, ._read > .form-group { margin-bottom: 2rem;}
._form .form-group > .form-group { margin-left: .75rem; margin-bottom: unset;}
._form .form-group > .form-group .form-check { padding-left: 0;}
._form .form-group > .input-group { margin-left: .75rem;}
._form .form-group > .form-group > .input-group { margin-left: 0;}
._form > .input-group { margin-left: .5rem;}
._form .form-group > .input-group .form-check { padding-left: 0;}

._form .form-group ._js-multiple-upload { margin-left: .5rem;}

._form .form-group:last-child, ._read .form-group:last-child { margin-bottom: 0;}
._form .form-group > label:not(.ckbox, .rdiobox)::before, ._read .form-group > label:not(.ckbox, .rdiobox)::before {
    content: '• ';
}
._form .form-group .description { display: inline-block; margin: 4px 0 0 .5rem; font-size: 13px;}
.input-group + .limit-bytes { margin-left: .6rem;}
.form-group .ckbox:last-child { margin-bottom: 0;}
/*
._read .form-group .content { 
  padding: .575rem 0 .575rem .575rem;
  border-left: 3px solid lightgray;
  margin-left: 0.85rem;
}
*/
._read .form-group .content { 
  margin-left: .6rem; margin-bottom: unset;
}

._bind-message {
  padding: .5rem 0 0 0;
  font-size: 0.85rem;
  color: #dc3545;
  display: none;
}
._bind-message.on {
  display: block;
}
.cursor-pointer { cursor: pointer;}
tr.text-center th, tr.text-center td {text-align: center!important}

.board-content > p { margin-bottom: 0;}

.upload-file-wrap { position:relative;}
.upload-file-wrap ._btn-area{ position:absolute;}
.upload-file-wrap input[type=file] { width: 100%; height: 39px; opacity:0; cursor: pointer;}
.upload-file-info-wrap ul { list-style-type: none; padding-left: 0; margin-bottom: 0;}
.upload-file-info-wrap ul li { padding-top: .5rem; padding-bottom: .5rem; display: flex; flex-direction: column; align-items: flex-start;}
.upload-file-info-wrap ul li i._js-delete-file-item { cursor: pointer;}
.upload-file-info-wrap ul li .file-name { margin-left: .25rem; margin-right: .1rem; margin-bottom: .5rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

.attach-file-list { list-style-type: none; padding-left: 0; margin-bottom: 0;}
.attach-file-list li { padding-top: .5rem; padding-bottom: .5rem; display: flex; align-items: center;}

._scrollable { max-height: 60vh; overflow-y: auto;}

.post { border-bottom: 1px solid rgba(0,0,0,.125);}
.post-title { font-size: 1.125rem!important;}

.server-module { border: 5px solid rgba(0,0,0,.125);}
.server-module-name { font-size: 1.125rem!important; font-weight: 600;}

.direct-chat-messages { height: auto;}
.direct-chat-text { margin: 10px;}
.direct-chat-msg { margin-bottom: 2rem;}
.direct-chat-text { margin: 5px 0 0 10px; background-color: #efefef; border: 1px solid #efefef; padding: 10px;}
.right .direct-chat-text { margin: 5px 10px 0 0}
.direct-chat-text::after, .direct-chat-text::before { border-right-color: #efefef;}
.right .direct-chat-text::after, .right .direct-chat-text::before { border-left-color: #efefef;}
.direct-chat-messages .direct-chat-msg:last-child { margin-bottom: 0;}

.form-info { margin-top: .75rem; font-size: .875rem; color:#6c757d !important; text-indent: -9px; padding-left: 18px;}
.form-info > i { margin-right: .25rem;}

.filebox { position: relative; }
.filebox > label {}
.filebox > label > input { filter: alpha(opacity=0); opacity: 0; position:absolute; top: 0; left: 0; min-width: 100%; min-height: 100%; outline: none; background: #fff; display: none; }

.filebox.plus-box { position: relative; }
.filebox.plus-box > label { width: 108px; height: 108px; text-align: center; border: 1px dashed #d0d0d0; padding-top: 40px;}
.filebox.plus-box > label > span { font-size: 20px;}
.filebox.plus-box > label > input { filter: alpha(opacity=0); opacity: 0; position:absolute; top: 0; left: 0; min-width: 100%; min-height: 100%; outline: none; background: #fff; display: none; }

#detailImgContainer { padding-top: 10px; overflow: hidden; display:flex; flex-wrap: wrap; column-gap: 4px; row-gap: 8px;}
#detailImgContainer .product-extra-img { display: inline-block!important; margin-right: 10px!important; border: 1px dashed #d0d0d0; padding: 3px; cursor: pointer; position:relative;}
#detailImgContainer .product-extra-img button.delete-extra-img { position:absolute; top:-7px; right: -5px; padding: 2px 8px; width: auto;}
#detailImgContainer .product-extra-img img { border: 1px solid #aaa; }
#detailImgContainer .product-extra-img:last-child { margin-right: 0!important; }

.form-group.expandable { position: relative;}
.expandable-form-wrap { display: flex; flex-direction: column; row-gap: 18px; padding-left: 0; margin-bottom: 0;}
.expandable-add-btn-wrap { position: absolute; right: 9px; top: 10px;}
.expandable-form-element { align-items: center; row-gap: 6px;}
.form-group.expandable.wide .expandable-form-wrap { row-gap: 32px; margin-top: 36px;}
.form-group.expandable.wide .expandable-form-element { row-gap: 18px;}
._floating-label { position:relative}
._floating-label label { position: absolute; top: -12px; left: 10px; font-size: .875rem; background-color: #fff; padding: 0 6px 0 2px; font-weight: 400!important;}

.log-monitor { line-height: 2; width: 100%; min-width: 100%; height: calc(100vh - 180px); min-height: 600px; overflow-y: scroll; background-color: #000; color: #00ff00; padding: 12px;}
.empty-log { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%}
.empty-log div { font-size: 1.2rem; color: #ffd700;}

.timeline-container {
  width: 90%;
  margin: 0 auto;
}
.timeline-item {
  padding: 3em 2em 2em;
  position: relative;
  color: rgba(black, .7);
  border-left: 2px solid black;
}

.timeline-item p {
  font-size: 1rem;
}

.timeline-item::before {
  content: attr(date-is);
  position: absolute;
  left: 2em;
  font-weight: bold;
  top: 1em;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: .785rem;
}

.timeline-item::after {
  width: 10px;
  height: 10px;
  display: block;
  top: 1em;
  position: absolute;
  left: -6px;
  border-radius: 10px;
  content: '';
  border: 2px solid black;
  background: white;
}

.timeline-item:last-child {
  border-image: linear-gradient(to bottom,
      black 60%,
      rgba(black, 0)) 1 100%;
}

._campaign-report-wrap h1 { font-size: 24px; margin-bottom: 2rem; text-align: center;}
._campaign-report-wrap h2 { font-size: 22px; margin-bottom: 2rem;}
._campaign-report-wrap h3 { font-size: 20px; margin-left: 1rem;}
._campaign-report-wrap h4 { font-size: 20px; margin-left: 1.6rem;}
._campaign-report-wrap { color: #000;}

.campaign-report-photo-container {
  display: flex;
  flex-wrap: wrap;
}

.campaign-report-photo-list {
  display: flex;
  flex-direction: column;
  padding: 8px;
}

.campaign-report-photo {
  flex: auto;
  /*
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  */
}
.main-menu { padding: 0; width: 100%; background-color: #fff; position: relative;}
.main-menu ul { display: flex; width: 100%; height: 44px; align-items: center; justify-content: space-between;}
.main-menu ul li { position: relative; width: auto; white-space: nowrap; padding: 0 8px; border-bottom: 2px solid transparent;}
.main-menu ul li.on { border-bottom: 2px solid #0dcca7;}
.main-menu a { font-size: 16px; font-weight: 500; margin-top: -5px;}
.main-menu a.main-item-tab { color: #222224;}
.main-menu a.link { color: #344396;}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    white-space: nowrap;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-wrapper > *:last-child { margin-right:0!important;}

/* Radio, Check */

.rdiobox-snowball input[type='radio']:checked+span:before {
  background-color: #492d88;
}
.ckbox-snowball span::after {
  background-color: #492d88;
}
.rdiobox.rdiobox-inline {
  margin-right: 32px;
}
.rdiobox.rdiobox-inline:last-child {
  margin-right: 0;
}
.ckbox.ckbox-inline {
  margin-right: 32px;
}
.ckbox.ckbox-inline:last-child {
  margin-right: 0;
}

/* duallist */
.snowball-read-wrap .bootstrap-duallistbox-container { width: 100%;}
.snowball-read-wrap .bootstrap-duallistbox-container.row { padding: 10px 0; margin-left: 0; margin-right: 0;}

.wizard._blockchain-wallet-wizard > .steps .current a, .wizard._blockchain-wallet-wizard > .steps .current a:hover, .wizard._blockchain-wallet-wizard > .steps .current a:active {
  background-color: #492d88;
  color: #fff; }
.wizard._blockchain-wallet-wizard > .steps .done a, .wizard._blockchain-wallet-wizard > .steps .done a:hover, .wizard._blockchain-wallet-wizard > .steps .done a:active {
  background-color: #dbc6f5;
  color: #fff; }
  .wizard._blockchain-wallet-wizard>.actions>ul>li:last-child a {
  background-color: #9845fd;
}

/* tags */
.tag span { padding: 4px 10px 4px;}
.wizard>.steps a,
.wizard>.steps a:hover,
.wizard>.steps a:active {
  padding: 15px 20px;
}
.wizard._blockchain-wallet-wizard>.actions .disabled a,
.wizard._blockchain-wallet-wizard>.actions .disabled a:hover,
.wizard._blockchain-wallet-wizard>.actions .disabled a:active {
  background-color: #adb5bd;
  line-height: 2;
}
.wizard._blockchain-wallet-wizard > .actions a, .wizard._blockchain-wallet-wizard > .actions a:hover, .wizard._blockchain-wallet-wizard > .actions a:active {
  background-color: #492d88;
  line-height: 2;
}
._js-blockchain-wallet-mnemonic {
  display: flex; flex-wrap: wrap; row-gap: 1rem; column-gap: 1rem;
}
._js-blockchain-wallet-mnemonic span {
  border: 2px solid;
  padding: 3px 10px;
  flex: auto;
  text-align: center;
  flex-basis: 20%;
}

.search-ui input, .search-ui select { height: 53px; border-color: #492d88;}
._top-icon {
  flex: 1; display: flex; height: 60px; justify-content: center; align-items: center;
}
@media (max-width: 1224px) {
  ._top-icon { border-right: none;}
  ._top-icon .nav-link { padding: 0; padding-left: .5rem;}
}
@media (max-width: 1339px) {
  .search-ui .form-group { width: 100%; margin-right: 0!important; display: block;}
  .search-ui ._search { width: 1%!important;}
  .filter-wrap { width: 100%;}
  .filter-btn-wrap { display:block; margin-top: 1.2rem; width: 100%;}
  ._filter-btn { width: 100%; display: block;}
  .search-ui .form-inline .form-group { margin-bottom:1rem;}
  .filter-btn-text { display: inline!important;}
  .filter-conts .filter-wrap:first-child {margin-top: 1rem;}
  ._add-btn, ._add-btn:hover, ._add-btn:focus {
    display:block; margin-top: 1.2rem; width: 100%;
  }
}
.search-ui select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
  background-position: 100%;
  background-repeat: no-repeat;
  padding-right: 2.2rem;
  border-radius: 0;
  background-size: 22px;
}
.search-ui ._search {
  width: 180px;
}
.filter-btn-wrap { align-self: flex-end;}
.search-ui ._filter-btn { height: 53px;}
.filter-btn-text { display: none;}

#numberKeyPadUi{background:#3c3247; width: 550px;}
#numberKeyPadUi ul {padding-left: 0;}
#numberKeyPadUi li{width: 33.333%; height: 66px; float: left; color: #fff; text-align: center; line-height: 56px; list-style-type: none; font-size: 2rem; cursor:pointer;-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none}
#numberKeyPadUi li:hover{color: #9a47ff;}
#numberKeyPadUi li img{width: 1.5rem; height: 1.5rem; transform: rotate(180deg); display: block;}
#numberKeyPadUi li:last-child{display: flex; align-items: center; justify-content: center;}

/* numberKeyPadUi 인라인 숫자입력*/
/*#numberKeyPadUi{width: 400px; padding: 0.5rem; background: #342b55; left: 50%; top: 50%; bottom: auto; margin: 0; transform: translate(-50%, -50%); border: 1px solid #1a1337; border-radius: 3px; box-shadow: 5px 5px 1000px 500px rgba(0,0,0,0.2);}*/
#numberKeyPadUi{width: 400px; padding: 0.5rem; background: #342b55; margin: 0; transform: translate(-50%, -50%); border: 1px solid #1a1337; border-radius: 3px; box-shadow: 5px 5px 1000px 500px rgba(0,0,0,0.2);}
#numberKeyPadUi .input-area{width: 100%; position: relative;}
#numberKeyPadUi .input-area .input-group{margin-bottom: 5px;}
#numberKeyPadUi .input-area input{width: calc(16.666% - 5px); margin-right: 6px; height: 55px; text-align: center; font-size:1.85rem; color: #9845fd; border-radius: 3px; background: #201b32; border: none; outline: none; transition: 0.3s;}
#numberKeyPadUi .input-area input:last-of-type{margin-right: 0;}
#numberKeyPadUi li{width: 33.333%; height: 3rem; line-height: 3rem; font-size: 1.25rem; box-shadow: 0px 1px 0px #2b2444; border-right: 1px solid #2b2444; box-sizing: border-box;}
#numberKeyPadUi li:nth-of-type(3n+3){border-right: 0;}
#numberKeyPadUi li:nth-of-type(n+10){box-shadow: none;}
#numberKeyPadUi li:hover i{opacity: 1;}
#numberKeyPadUi li:hover i+span{opacity: 1;}
#numberKeyPadUi li i{font-size: 1rem; opacity: 0.5;}
#numberKeyPadUi li.back-space i{position: relative; bottom: -2px;}
#numberKeyPadUi li i+span{font-size: 0.95rem; margin-left: 0.5rem; opacity: 0.5; position: relative; top: -1px;}
#numberKeyPadUi .close-keypad{border: 0; border-right: 1px solid #2b2444; border-radius: 0; position: relative; right: 0; top: 0; background: none;}
#numberKeyPadUi.popup.on { left: 50%; top: 50%; bottom: auto; transition: 0.3s;}
@media screen and (max-width : 600px) {
  #numberKeyPadUi{width: 100%; top: auto; bottom: 0; left: 0; transform: translate(0,0);}
  #numberKeyPadUi .input-area input{height: 50px; font-size: 1.5rem;}
}
.wallet-passwd { height: 60px; font-size: 3rem; text-align: center;}

.popup{width: 100%; opacity: 0; max-width: 700px; z-index: 1050; max-height: 80vh; position: fixed; bottom: -100%; left: 50%; transform: translate(-50%, 0%); background: #fff; padding: 1.4063rem; box-shadow: 0px -5px 10px rgba(0,0,0,0.15); border-radius: 0.625rem 0.625rem 0 0; box-sizing: border-box; transition: 0.3s;}
.popup.on{bottom: 0; opacity: 1;}
.close-popup{width: 1.875rem; height: 1.875rem; border-radius: 100%; border: 1px solid #e8e8e8; background: #fff url('/assets/bo/img/li_arrow_bottom.svg') 50% 60% no-repeat; background-size: 1.125rem 1.125rem; position: absolute; top: -0.9375rem; right: 1.4063rem;}
.no-text{font-size: 0; text-indent: -9999px;}
._js-wallet-passwd { background-color: #fff!important;}


.tx-800 { font-weight: 800;}

.snowball-read-wrap {
  margin-bottom: 30px;
}
.snowball-read-wrap .accordion .card {
  border: 1px solid #492d88;
}
.snowball-read-wrap .accordion .card.note-editor {
  border: 1px solid rgba(0, 0, 0, .2);
}
.snowball-read-wrap .accordion .card .collapse {
  border-top: 1px solid #492d88;
}
/*
.snowball-read-wrap .form-group {
  margin-bottom:0;
}
*/
.form-group .rdiobox:last-child { margin-bottom: 0;}
._read-card-title a {
  color: #492d88;
}
.bd-snowball-dark { border-color: #492d88;}
._read-card-title { height: 65px; line-height: 2.2;}
.br-toggle-snowball.on { background-color: #492d88;}

._search-tab-wrap { justify-content: space-around; line-height: 2.8rem; border: none; box-shadow: none;}
._search-tab-wrap ._item {padding: 10px; border: 1px solid #492d88; width: 100%; padding-left: 1rem; display: flex; padding-right: 1rem; align-content: center; justify-content: space-between; border-left: none;}
._search-tab-wrap ._item a { display: flex; align-content: center; justify-content: space-between; width: 100%; color: #9845fd;}
._search-tab-wrap ._item:first-child { border-left: 1px solid #492d88;}
._search-tab-wrap ._item._btn { padding: 0; text-align: center; border: 1px solid #9845fd; background-image: linear-gradient(to right, #9845fd 0%, #9340f8 100%); background-repeat: repeat-x;}
._search-tab-wrap ._item._btn a {
  display: block;
  width: 100%;
  line-height: 65px;
  color: #fff; font-weight: 600;
}
@media (max-width: 768px) {
 ._search-tab-wrap { flex-direction: column;}
 ._search-tab-wrap ._item:first-child { border-top: 1px solid #492d88;}
 ._search-tab-wrap ._item { border-top: none; border-left: 1px solid #492d88;}
}

.pagination-snowball .active .page-link,
.pagination-snowball .active .page-link:hover,
.pagination-snowball .active .page-link:focus {
  background-color: #492d88;
}

/* text */
.text-snowball {color: #9a47ff!important;}

/* editor */
.card-header.note-toolbar { border-bottom: 1px solid rgba(0, 0, 0, .2);}

/* Button */
.btn-snowball-list, .btn-snowball-add, .btn-snowball-edit, .btn-snowball, .btn-snowball-outline {
  width: 120px;
}
.btn-snowball-list._wd-100p, .btn-snowball-add._wd-100p, .btn-snowball-edit._wd-100p, .btn-snowball._wd-100p, .btn-snowball-outline._wd-100p {
  width: 100%;
}
.btn-snowball-list._width-auto, .btn-snowball-add._width-auto, .btn-snowball-edit._width-auto, .btn-snowball._width-auto, .btn-snowball-outline._width-auto {
  width: auto;
}
.btn-snowball-list {
  color: #212529;
  background-color: #fff;
  border-color: #212529;
}
.btn-snowball-list:hover {
  color: #212529;
  background-color: #fff;
  border-color: #212529;
}
.btn-snowball-list.disabled,
.btn-snowball-list:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #212529;
  opacity: .4;
}

.btn-snowball-edit {
  color: #ffa034;
  background-color: #fff;
  border-color: #ffa034;
}
.btn-snowball-edit:hover {
  color: #ffa034;
  background-color: #fff;
  border-color: #ffa034;
}
.btn-snowball-edit.disabled,
.btn-snowball-edit:disabled {
  color: #ffa034;
  background-color: #fff;
  border-color: #ffa034;
  opacity: .4;
}

.btn-snowball-add {
  color: #fff;
  background-color: #9845fd;
  border-color: #9845fd;
}
.btn-snowball-add:hover {
  color: #fff;
  background-color: #9845fd;
  border-color: #9845fd;
}
.btn-snowball-add.disabled,
.btn-snowball-add:disabled {
  color: #fff;
  background-color: #9845fd;
  border-color: #9845fd;
  opacity: .4;
}

.btn-snowball {
  color: #fff;
  background-color: #492d88;
  border-color: #492d88;
}
.btn-snowball:hover {
  color: #fff;
  background-color: #492d88;
  border-color: #492d88;
}
.btn-snowball.disabled,
.btn-snowball:disabled {
  color: #fff;
  background-color: #492d88;
  border-color: #492d88;
  opacity: .4;
}

.btn-snowball-outline {
  color: #9845fd;
  background-color: #fff;
  border-color: #9845fd;
}
.btn-snowball-outline:hover {
  color: #9845fd;
  background-color: #fff;
  border-color: #9845fd;
}
.btn-snowball-outline.disabled,
.btn-snowball-outline:disabled {
  color: #9845fd;
  background-color: #fff;
  border-color: #9845fd;
  opacity: .4;
}
._operation-btn-wrap {
  text-align: center;
  padding: 30px 0 60px;
}
._operation-btn-wrap .btn+.btn {
  margin-left: 1rem;
}

.btn2{display: inline-block; padding: 0 0.625rem; box-sizing: border-box; text-align: center; border-radius: 0.625rem; font-weight: 700; cursor: pointer;}
.btn2-m{height: 2.5rem; line-height: 2.5rem;}
.btn2.default{border: 1px solid #dcdcdc; background-color: #fff; border-radius: 0.625rem; color: #888;}
.btn2.round{border-radius: 100px;}
.btn2.c-w.ap30{background-color: rgba(255,255,255,0.3); color: #fff;}
.btn2.c-c.ap70{background-color: rgba(132,45,239,0.7); color: #fff;}
.btn2.c-sc.ap70{background-color: rgba(255,160,52,0.7); color: #fff;}
.btn2.c-g.ap70{background-color: rgba(120,120,130,0.7); color: #fff;}
.icon-title{padding-left: 1.6rem; background-position: 0 50%; background-size: 1.25rem 1.25rem; background-repeat: no-repeat;}
.icon-type{background-repeat: no-repeat; background-position: 0 50%;}
.li-arrow-bottom{background-image: url('/assets/bo/img/li_arrow_bottom.svg');}

._js-close-layer { color: #9845fd;}
a[data-toggle="collapse"] span.float-right {
  color: #9845fd;
}
@media (max-width: 768px) {
  /*
  .btn-snowball-list, .btn-snowball-add, .btn-snowball-edit {
    display: block;
    width: 100%;
  }
  ._operation-btn-wrap button+button {
    margin-top: .5rem;
    margin-left: 0;
  }
  */
}

/* FORM */
@media (min-width: 992px) {
  .snowball-read-wrap ._form .form-group {
    margin-bottom: 0;
  }
  .snowball-read-wrap ._form > .form-group {
    display: flex;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid #dee2e6;
    min-height: 53px;
  }
  .form-group label.rdiobox:last-child {
    margin-bottom: 0;
  }
  .snowball-read-wrap ._form>.form-group > label {
    flex-basis: 188px;
    align-self: center;
    display: block;
    text-align: right;
    margin-bottom: 0;
  }
  .snowball-read-wrap ._form>.form-group > label i {
    margin-left: .25rem;
  }
  .snowball-read-wrap.product ._form>.form-group > label {
    flex-basis: 240px;
  }
  .snowball-read-wrap ._form> .form-group>label::before {
    content: '';
  }
  .snowball-read-wrap ._form>.form-group .form-group {
    border-left: 1px solid #dee2e6;
    padding: 1rem;
    flex: 1;
    background-color: #fff;
  }
  .snowball-read-wrap ._form>.input-group {
    border-left: 1px solid #dee2e6;
    padding: 1rem;
    flex: 1;
    background-color: #fff;
  }
}
@media (max-width: 992px) {
  .snowball-read-wrap ._form {
    border: none;
  }
}

._js-prev-image { width: 100%; max-width: 600px;}
.number-read-text { align-self: center; margin-left: .5rem; color: #9a47ff; font-weight: 600;}

._prod-category-box { height: 320px; overflow-y: scroll;}
._prod-category-box>ul>li { height: 42px; padding: 8px; background-color: #efefef; border: 2px solid #d0d0d0; margin-bottom: 8px; cursor: pointer;}
.prod-cate-container { list-style: none; padding-left: 0;}
.prod-cate-item { display: flex; align-items: center;}
.prod-cate-item span {flex: 1;}

._select-prod-category-box { height: 320px; overflow-y: scroll; padding: 0!important;}
._select-prod-category-box>ul>li { height: 42px; padding: 8px; cursor: pointer;}
._select-prod-category-box>ul>li:hover { background-color: #f2f4f5;}
.prod-cate-item.selected { background-color: #f2f4f5;}

.prod-cate-select-box>ul { margin-bottom: 0;}
.prod-cate-select-box>ul>li {
    height: 33px;
    line-hright: 33px;
    padding: 10px;
    cursor: pointer;
}
.prod-cate-select-box>ul>li:hover {
    background-color: #efefef;
}
.prodCategoryBox>ul.ui-sortable>li {
    border: 2px dashed #d58512;
}
.arrow {
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
}
.rotate-right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.ckbox span {
  padding-left: 0;
}
.rdiobox span {
  padding-left: 0;
}

.badge-current {
  background-color: #ffa034;
  color: #fff;
}
.badge-new {
  background-color: #dc3545;
  color: #fff;
}

/* app 캠페인 카테고리 css */
.li-category {
  display: inline-block;
  padding: 3.4375rem 5px 0;
  background-repeat: no-repeat;
  background-position: 50% 10px;
  background-size: 2.5rem 2.5rem;
  font-weight: 500;
  color: #9d96b9;
  text-align: center;
  flex-basis: 96px;
  cursor: pointer;
}
.li-category-child {background-image: url('/assets/img/app/li_category_child.svg');}
.li-category-old {background-image: url('/assets/img/app/li_category_old.svg');}
.li-category-disabled {background-image: url('/assets/img/app/li_category_disabled.svg');}
.li-category-city {background-image: url('/assets/img/app/li_category_city.svg');}
.li-category-global {background-image: url('/assets/img/app/li_category_global.svg');}
.li-category-animal {background-image: url('/assets/img/app/li_category_animal.svg');}
.li-category-nature {background-image: url('/assets/img/app/li_category_nature.svg');}
.li-category-etc {background-image: url('/assets/img/app/li_category_etc.svg');}

.total-shipping-cost {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #dee2e6;
}

.accordion .card-header a,
.accordion .card-header a.collapsed:hover,
.accordion .card-header a.collapsed:focus {
  background-color: #f2e7ff;
  color: #492d88;
}

._operation-btn-wrap.fixed {
  position: fixed;
  bottom: 0;
  background-color: #fff;
}

.simplified-product-wrap {
  display: flex;
  align-items: center;
  border: 1px solid #ced4da;
  height: calc(2.6125rem + 2px);
  padding-left: 6px;
}
._simplifiedProductInfo img {
  margin-right: 6px;
}
.ckbox input[type='checkbox'], .rdiobox input[type='radio'] {
  margin-right: 10px;
}
.status-box {
  display: flex;
  color: #d0d0d0;
  text-align: center;
}
.status-box div.selected {
  font-weight: 600;
  background-color: #f2e7ff;
  border: 1px solid #371163;
  color: #9a47ff;
}
.status-box div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  min-height: 50px;
  border: 1px solid #ccc;
  border-left: none;
  padding: 10px;
}
.status-box div:first-child {
  border: 1px solid #ccc;
}
/* filter */
.filter.top-ui-area{border: 1px solid #492d88; background: #fff; margin-bottom: 1rem; border-radius: 3px;}
.filter.top-ui-area .flex-form{display: flex; padding: 0; margin: 0;}
.filter.top-ui-area .flex-form .add-btn{min-width: 160px; padding: 0; border-right: 0; border-left: 1px solid #492d88;}
.filter.top-ui-area .flex-form .add-btn a{width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: var(--layer-popup-confirm-btn-color); color: #fff; text-align: center;}
.filter.top-ui-area .flex-form .add-btn a i{background: rgba(255,255,255,0.3); border-radius: 10rem; padding: 3px 4px; font-size: 0.8rem;}
.filter.top-ui-area dl{width: 33.333%; position: relative; margin: 0; border-left: 1px solid #492d88;}
.filter.top-ui-area dl dt{display: flex; align-items: center;}
.filter.top-ui-area dl dt h6{width: 60px; padding-right: 15px; position: relative; margin-bottom: 0; text-align: center; box-sizing: content-box;}
.filter.top-ui-area dl dt h6::after{width: 1px; height: 0.85rem; position: absolute; top: 50%; right: 15px; transform: translate(0, -50%); background: #492d88; content: ''; opacity: 0.5;}
.filter.top-ui-area dl dt a{width: calc(100% - 90px); padding: 1rem 0; position: relative; display: block; color: #444; font-weight: 400; padding-right: 1.5rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.filter.top-ui-area dl dt a > i{position: absolute; top: 50%; right: 0rem; opacity: 0.5; transform: translate(0, -50%);}
.filter.top-ui-area dl dt a > i::before{content: '\f107';}
.filter.top-ui-area dl dt a .selected-val em{color: #7e5fc5; font-style: normal; margin-right: 0.7rem;}
.filter.top-ui-area dl dt.active a > i::before{content: '\f106';}
.filter.top-ui-area dl dd{display: none; position: absolute; top: 100%; left: -1px; z-index: 3; padding: 1rem; margin: 0; background: #f2e7ff; border: 1px solid #492d88;}
.filter.top-ui-area dl.scroll-filter .option-area {padding-right: 0.5rem;}
.filter.top-ui-area dl.scroll-filter .option-area .scroll-wrap .option-form {border-bottom: 1px solid #ced4da;}
.filter.top-ui-area dl.scroll-filter .option-area .scroll-wrap .option-form:not(:first-of-type) {padding-top: 1rem;}
.filter.top-ui-area dl.scroll-filter .option-area .scroll-wrap .option-form:last-child {border-bottom: none;}
.filter.top-ui-area dl.scroll-filter .option-area > div:last-child {margin-right: 0.5rem;}
.filter.top-ui-area dl dd .scroll-wrap{max-height: 300px; overflow-y: auto; padding-right: 0.5rem; margin-bottom: 0.5rem;}
.filter.top-ui-area dl dd .scroll-wrap::-webkit-scrollbar{width: 10px;}
.filter.top-ui-area dl dd .scroll-wrap::-webkit-scrollbar-thumb{background-color: #7e5fc5; border-radius: 10px;}
.filter.top-ui-area dl dd .scroll-wrap::-webkit-scrollbar-track{background-color: rgb(223, 209, 235); border-radius: 10px;} 
.filter.top-ui-area dl dd .option-form{display: flex; padding-bottom: 1rem;}
.filter.top-ui-area dl dd .option-form label:last-of-type{margin-bottom: 0;}
.filter.top-ui-area dl dd .option-form .title{display: flex; align-items: center; margin-bottom: 0; color: #492d88;}
.filter.top-ui-area dl dd .option-form .datepicker{box-shadow: none !important; background-image: url('/assets/bo/img/calendar-alt-regular.png'); background-position: calc(100% - 0.8rem) 50%; background-size: 1rem auto; background-repeat: no-repeat; padding-right: 2.5rem;}
.filter.top-ui-area dl dd .option-form .datepicker::before{content: '\f073';}
.filter.top-ui-area dl dt.active + dd{width: calc(100% + 2px); display: block;}
.filter.top-ui-area .flex-form .filter-icon{min-width: 50px; display: flex; align-items: center; justify-content: center; background: #201b32; color: #fff; text-align: center;}
.w20p{width: 20%;}
.w30p{width: 30%;}
.w70p{width: 70%;}
.w80p{width: 80%;}
.w100p{width: 100%;}
.pt15{padding-top: 1rem;}
.mr10{margin-right: 10px;}
.mb0{margin-bottom: 0 !important;}

@media screen and (max-width:991px) {
  .filter.top-ui-area .flex-form{display: block;}
  .filter.top-ui-area .flex-form .filter-icon{display: none;}
  .filter.top-ui-area dl{width: 100%; border-right: 0; border-bottom: 1px solid #492d88;}
  .filter.top-ui-area .flex-form .add-btn{width: 100%; line-height: 3rem;}
}

.process{margin: 1rem; padding: 0; display: flex; justify-content: space-between;}
.process li{position: relative; list-style: none; color: var(--gray);}
.process li.disabled{}
.process li.disabled span{border: 2px solid rgba(0,0,0,0.3); opacity: 0.5;}
.process li.disabled strong{opacity: 0.5;}
.process li span{width: 23px; height: 23px; display: inline-block; margin-right: 5px; border: 2px solid rgba(0,0,0,0.4); box-sizing: border-box; line-height: 18px; text-align: center; font-weight: 600; font-size: 0.75rem;}
.process li.active{color: #9845fd;}
.process li.active span{border: 2px solid rgba(152,69,253,0.6); color: #9845fd;}
.process li strong{font-weight: 500;}
.process li i{position: absolute; right: -1.75rem; top: 50%; transform: translate(0, -50%); opacity: 0.4;}
.process.claim { justify-content:flex-start; column-gap: 28px;}
.process.claim li i{position: absolute; right: -1rem; top: 50%; transform: translate(0, -50%); opacity: 0.4;}

.list-wrap{list-style: none; margin-bottom: 0; padding: 0;}
.list-wrap li{padding: 20px 0; border-bottom: 1px solid #e8e8e8;}
.list-wrap li:first-of-type{padding-top: 0;}
.list-wrap li:last-of-type{border-bottom: 0;}
.flex-form{display: flex; padding: 0; margin: 0;}
.flex-form > div:last-of-type{flex:auto;}

.btn-remove{border: 1px solid #fecccc; background: #ffeeee; color: #ff5757;}
.btn-remove i{padding: 0 0.15rem; font-size: 1rem;}

.btn-add-list{width: 100%; padding: 0.75rem 0.75rem; background: #f9f9fa; border: 1px solid #ced4da; color: #868ba4;}
@media screen and (max-width : 1780px) {
  .process li{text-align: center;}
  .process li span{display: block; margin: auto; margin-bottom: 3px;}
}
@media screen and (max-width : 1400px) {
  .process li span{display: none;}
  .process li i{right: -1rem;}
}
@media screen and (max-width : 1300px) {
  .process{flex-wrap: wrap; justify-content: flex-start; margin: 0.8rem 0.3rem;}
  .process li{padding: 0.25rem 1rem;}
  .process li span{display: inline-block; margin-right: 5px;}
  .process li strong{display: inline-block;}
  .process li i{right: -0.25rem;}
}

.widget-1 .card-body span:last-child { font-weight: 800; font-size: 34px;}

.floating-btn {
  position: fixed;
  width: 80px;
  height: 80px;
  bottom: 40px;
  right: 40px;
  background-color: #9441fa;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  border: none;
  align-items: center;
  justify-content: center;
}
.floating-btn span {
  margin-top: 22px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered { padding: 0 6px;}
.select2-container--default .select2-selection--multiple .select2-selection__choice { margin-top: 7px;}
.select2-container--default .select2-search--inline .select2-search__field {margin-top: 8px;}
.select2-container--default .select2-selection--multiple:before {
  content: ' ';
  display: block;
  position: absolute;
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  right: 11px;
  margin-left: -4px;
  margin-top: -2px;
  top: 50%;
  width: 0;
  cursor: pointer
}

.select2-container--open .select2-selection--multiple:before {
  content: ' ';
  display: block;
  position: absolute;
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
  height: 0;
  right: 11px;
  margin-left: -4px;
  margin-top: -2px;
  top: 50%;
  width: 0;
  cursor: pointer
}
.disabled-toggle-btn {
  pointer-events: none;
  opacity: 0.6;
}
/*
.view-toggle-desc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.view-toggle-desc button {
  margin-left: 4px;
}
*/

.searchClear {
  position: absolute;
    right: 30px;
    top: 24px;
    font-size: 18px;
    cursor: pointer
}
.select2-container--default .select2-results__option[aria-disabled=true] { color: #dedede; text-decoration:line-through; }

input::placeholder {
  color: #d0d0d0;
}
textarea::placeholder {
  color: #d0d0d0;
}
::-webkit-input-placeholder { color: #d0d0d0 !important; }
:-moz-placeholder { /* Firefox 18- */ color: #d0d0d0 !important; }
::-moz-placeholder { /* Firefox 19+ */ color: #d0d0d0 !important; }
:-ms-input-placeholder { color: #d0d0d0 !important; }

.note-editable.card-block, .editor-content {
  font-family: 'pretendard';
}