/* 국문 */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700&display=swap');

/* @import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css); */

textarea:focus,
input:focus {
    outline: none;
}

* {
    /* font-family: 'Spoqa Han Sans Neo', 'sans-serif'; */
    font-family: 'Noto Sans KR', sans-serif;
    /* font-family: 'Open Sans', 'sans-serif'; */
    font-weight: 400;
    word-spacing: 0.0625rem;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    margin: 0px 10px;
    padding: 0;
    font-size: 14px;
}

*:focus {
    outline: 1px solid #ddd;
}

select {
    background-color: white;
    color: black;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 1rem;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 1px;
    min-width: 45px;
}

.lightpick select {
    background-image: none;
}

input,
textarea,
button,
select {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

input {
    border: solid 1px #ddd;
}

.arrow {
    width: 12px;
    height: 12px;
    position: relative;
    top: 25px;
    font-size: 12px;
}

.arrow span {
    top: 2px;
    position: absolute;
    width: 12px;
    left: -6px;
    height: 2px;
    background-color: #000;
    display: inline-block;
    transition: all 0.2s ease;
}

.arrow span:first-of-type {
    left: 0;
    transform: scale(0.9) rotate(45deg);
}

.arrow span:last-of-type {
    right: 0;
    transform: scale(0.9) rotate(-45deg);
}

.arrow.active span:first-of-type {
    transform: scale(0.9) rotate(-45deg);
}

.arrow.active span:last-of-type {
    transform: scale(0.9) rotate(45deg);
}

.arrow:hover {
    cursor: pointer;
}

label.switch {
    text-align: left;
    width: 60px;
    height: calc(60px / 2);
    border-radius: 30px;
    background-color: #4ed164;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

label.switch>span {
    display: block;
    width: 100%;
    height: 100%;
}

label.switch>input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

label.switch>span:before,
label.switch>span:after {
    content: "";
    cursor: pointer;
    position: absolute;
}


/* label.switch>input[type="checkbox"]:focus~span {
    box-shadow: 0 0 0 4px #43b556;
}

label.switch>input[type="checkbox"]:checked:focus~span {
    box-shadow: 0 0 0 4px #fff;
} */

label.switch>span {
    border-radius: 30px;
}

label.switch>span:before {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: #c0c0c0;
    border-radius: 30px;
    transition: opacity .2s ease-out .1s, transform .2s ease-out .1s;
    transform: scale(1.05);
    opacity: 1;
}

label.switch>span:after {
    top: 50%;
    z-index: 2;
    transition: transform .4s cubic-bezier(0.44, -0.12, 0.07, 1.15);
    width: calc(60px / 2);
    height: calc(60px / 2);
    transform: translate3d(0, -50%, 0);
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

label.switch>input[type="checkbox"]:checked~span:before {
    transform: scale(0);
    opacity: .7;
}

label.switch>input[type="checkbox"]:checked~span:after {
    transform: translate3d(100%, -50%, 0);
}

.bg-gray-200 {
    background-color: #f0f2f5!important;
}

.shadow {
    box-shadow: 0 .05rem 1rem rgba(0, 0, 0, .15)!important;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: 0.75rem;
}

.card-inner {
    padding: 30px;
}

.mt-4 {
    margin-top: 1.5rem!important;
}

.mt-6 {
    margin-top: 2.5rem!important;
}

.card {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0 solid rgba(0, 0, 0, .125);
}

.card-header .title {
    font-size: 20px;
    font-weight: 400;
    margin-top: -1rem;
}

.card .card-header {
    padding: 1.5rem;
}

.card-header:first-child {
    border-radius: 0.75rem 0.75rem 0 0;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem;
}

.card .card-body {
    /* font-family: Roboto, Helvetica, Arial, sans-serif; */
    padding: 1.5rem;
}

.border-radius-xl {
    border-radius: 0.75rem;
}

.icon-lg {
    width: 64px;
    height: 64px;
}

.icon-shape {
    width: 48px;
    height: 48px;
    background-position: 50%;
    border-radius: 0.5rem;
}

.bg-gradient-primary {
    background-image: linear-gradient(195deg, #ec407a, #d81b60);
}

.shadow-primary {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(233, 30, 99, .4)!important;
}

.icon-lg i {
    top: 31%;
    font-size: 1.5rem;
}

.icon-shape i {
    color: #fff;
    opacity: .8;
    top: 11px;
    position: relative;
}

.material-icons {
    font-family: Material Icons Round;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
}

.mt-n4 {
    margin-top: -2.5rem!important;
}

.float-start {
    float: left!important;
}

.me-3 {
    margin-right: 1rem!important;
}

.icon-shape i {
    color: #fff;
    opacity: .8;
    top: 11px;
    position: relative;
}

.icon-lg i {
    top: 31%;
    font-size: 1.5rem;
}

.icon-lg {
    width: 64px;
    height: 64px;
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #7b809a;
    --bs-table-striped-bg: rgba(0, 0, 0, .05);
    --bs-table-active-color: #7b809a;
    --bs-table-active-bg: rgba(0, 0, 0, .1);
    --bs-table-hover-color: #7b809a;
    --bs-table-hover-bg: rgba(0, 0, 0, .075);
    width: 100%;
    margin-bottom: 1rem;
    color: #7b809a;
    vertical-align: top;
    border-color: #f0f2f5;
}

.align-items-center {
    align-items: center!important;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.summary-board {
    padding: 0px 20px;
    padding-bottom: 20px;
}

.summary-board .header {
    font-weight: 500;
    font-size: 1.1em;
    margin: 5px 0px;
    float: left;
    margin-right: 20px;
    color: #787878;
}

.summary-board .content {
    margin: 5px 0px;
    display: flex;
}

.summary-board .hr {
    clear: both;
    padding: 2px;
    border-top: dotted 1px #efefef;
}

.hide {
    display: none;
}

.sales-board {
    padding: 20px;
    padding-bottom: 20px;
}

.sales-board #range-picker {
    min-width: 170px;
    width: auto;
    -webkit-appearance: none;
    border-radius: 0px;
    border: solid 2px #d8d8d8;
    padding: 5px 10px;
    font-size: 14px;
    color: #7d829c;
    text-align: center;
}

.sales-board .title {
    color: #7b809a;
    font-weight: bold;
    margin-right: 3px;
}

.sales-board #price {
    font-size: 2em;
    font-weight: bold;
    color: #344866;
}

.sales-board .period {
    color: #787878;
    margin: 10px;
    float: right;
    border-bottom: solid 1px #ddd;
}

.blocker {
    z-index: 3!important;
}

select {
    padding: 4px 5px;
    border: solid 1px #ddd;
    border-radius: 0px;
    min-width: 60px;
}

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

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group>.btn:first-child {
    margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px;
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn {
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 5px;
}

.btn-hover-primary.active {
    background-color: #2297f3;
    color: white;
}

.btn-hover-success.active {
    background-color: #4caf50;
    color: white;
}

.btn-hover-danger.active {
    background-color: #d83b2f;
    color: white;
}

.btn-hover-primary:hover {
    background-color: #2297f3;
    color: white;
}

.btn-hover-success:hover {
    background-color: #4caf50;
    color: white;
}

.btn-hover-danger:hover {
    background-color: #d83b2f;
    color: white;
}

.btn-common {
    border: none;
    border-radius: 5px;
    vertical-align: middle;
    cursor: pointer;
    background-color: #f3f3f3;
    padding: 5px 10px;
    color: black;
    text-decoration: none;
    font-weight: 400;
}

.btn-common:hover {
    background-color: #ddd;
}

.btn-default2{
    border-radius: 4px;
    border: 1px solid #413F43;
    background: #FFF;
    cursor: pointer;
    padding: 4px 8px;
}

.btn-default2:hover{
    background-color: #e9e9e9;
}

.btn-primary {
    background-color: #7d59db;
    color: white;
}

.btn-primary-stroke {
    background: transparent;
    border: solid 1px #7d59db;
    color: #7d59db;
}

.btn-primary-stroke:hover {
    background-color: #7d59db;
    color: white;
}

.btn-primary.btn-state {
    background-color: #2297f3;
}

.btn-head-primary {
    border: solid 1px #b5b9c7;
    color: #737373;
    padding: 7px;
    font-size: 12px;
}

.btn-head-primary:hover {}

.btn-primary:hover {
    background-color: #6349a6;
    color: white;
}

.btn-bigrec-primary {
    padding: 10px 20px;
    font-size: 1.2em;
    border-radius: 4px;
    background-color: black;
    color: white;
}

.btn-bigrec-primary:hover {
    background-color: #5e5e5e;
    color: white;
}

.btn-bigrec-danger {
    padding: 10px 20px;
    font-size: 1.2em;
    border-radius: 0px;
    background-color: #f44336;
    color: white;
}

.btn-bigrec-danger:hover {
    background-color: #d83b2f;
    color: white;
}

.btn-danger {
    background-color: #f44336;
    color: white;
}

.btn-danger:hover {
    background-color: #d83b2f;
    color: white;
}

.btn-success {
    background-color: #4caf50;
    color: white;
}

.btn-success:hover {
    background-color: #4caf50;
    color: white;
}

.kakao-alim-sel-btn {
    margin-bottom: 5px;
}

header {
    position: fixed;
    background: white;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    border-bottom: solid 1px #ddd;
    padding: 10px;
    z-index: 3;
    font-size: 1.2em;
}

header .header-search {
    font-size: 0.6em;
}

header .header-search .fstElement {
    background-color: #f1f1f1;
}

header .btn-common {
    background-color: white;
}

header .right-tool {
    float: right;
    margin-right: 30px;
}

header .left-tool {
    padding: 5px;
}

header .store-name {
    margin-right: 5px;
}

header .logo-img {
    width: 190px;
    position: absolute;
    top: 10px;
    left: 15px;
}

header .btn-as-img {
    margin-right: 5px;
    font-weight: 400;
    padding: 0px 10px;
    display: inline-block;
}

header .btn-as-img img {
    margin-top: 5px;
}

header .bubble {
    font-size: 10px;
    padding: 0px 5px;
    color: white;
    background-color: red;
    border-radius: 8px;
    margin-left: 5px;
    display: inline-block;
    font-weight: 500;
}

header .shop-name {
    font-size: 0.8em;
    border-bottom: solid 1px #f4f4f4;
}

header .shop-name a {
    text-decoration: none;
    color: #5c5c5c;
}

#calendar {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

.container {
    padding-top: 70px;
    width: 1380px;
    margin: auto;
}

.container.flex {
    width: 100%;
    max-width: 1380px;
}

.container .left-panel {
    width: 260px;
    float: left;
}

.container .left-panel .filter-tool {
    margin-top: 30px;
    width: 240px;
}

.container .left-panel .filter-tool .fstElement {
    width: 100%;
}

.container .m260 {
    margin-left: 260px;
    padding: 0px 20px;
}

.container .m260 .top-panel {
    text-align: right;
    padding-right: 20px;
}

.container .center-panel {
    width: 800px;
    float: left;
}

.container .right-panel {
    width: 300px;
    padding: 10px;
    float: right;
    padding-top: 0px;
}

.container .main-panel {
    width: 69%;
    float: left;
    padding-bottom: 30px;
}

.container .main-80-panel {
    width: 80%;
    float: left;
    padding-bottom: 30px;
}

.container .side-20-panel {
    width: 16%;
    float: left;
    padding: 2%;
}

.container .m40-panel {
    width: 40%;
    float: left;
}

.container .m60-panel {
    width: 60%;
    float: left;
}

.container .side-panel {
    width: 30%;
    float: right;
}

.container .sub-tool {
    float: right;
}

.container .bottom-tool {
    margin: 10px;
    text-align: right;
}

.container .side-panel ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.container .side-panel ul li {
    border-bottom: dotted 1px #ddd;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.container .side-panel ul li .content {
    margin-bottom: 6px;
    font-weight: 300;
    min-height: 25px;
    line-height: 1.5;
    overflow-wrap: break-word;
    letter-spacing: 0px;
    padding: 0px 5px;
}

.container .side-panel ul li.removedComment {
    background: #ffe9e9;
    padding: 5px;
    border-radius: 5px;
}

.container .side-panel ul li.removedComment .content:before {
    content: "[삭제됨] ";
}

.container .side-panel ul li .btn-trash {
    float: right;
    margin: 2px;
    cursor: pointer;
    border: solid 1px #ddd;
    background: #f1f1f1;
}

.container .side-panel ul li.removedComment .btn-trash {
    display: none;
}

.container .side-panel ul li .btn-trash:hover {
    background-color: #cacaca;
}

.container .side-panel ul li .writer {
    float: right;
    font-size: 0.8em;
    color: gray;
}

.container .side-panel ul li .datetime {
    font-size: 0.8em;
    color: gray;
}

.container h2 {
    margin-bottom: 5px;
    font-weight: 400;
}

.container .side-panel h2 {
    padding-bottom: 5px;
    border-bottom: solid 1px #607d8b;
}

.container .role-panel h2 {
    padding-bottom: 5px;
    border-bottom: solid 1px #607d8b;
}

.container .role-panel h3 {
    font-size: 1.2em;
    font-weight: 400;
}

.container .role-panel ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.container .role-panel ul li {
    padding: 20px;
    margin-bottom: 20px;
}

.container .role-panel ul li .name {
    font-size: 1.2em;
    margin-bottom: 20px;
    font-weight: 400;
}

.container .role-panel ul li .control {}

.container .role-panel ul li .btns {
    float: right;
}

.container .side-panel .more-btn {
    margin: 10px 4% 0px;
    width: 92%;
    cursor: pointer;
    padding: 6px;
    background-color: #f3f3f3;
    border: none;
    border-radius: 5px;
}

.container .side-panel .more-btn:hover {
    background-color: #ddd;
}

.container .half-panel {
    width: 50%;
    float: left;
}

.container .half-panel:nth-child(2n-1) {
    clear: both;
}

.board .btn-default {
    background-color: black;
    color: white;
    border-radius: 5px;
    padding: 5px 10px;
    text-decoration: none;
}

.board .btn-default:hover {
    background-color: #6d6d6d;
}

footer {
    clear: both;
    padding: 30px 10px;
    text-align: center;
}

.text-right {
    text-align: right;
}

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

.text-left {
    text-align: left;
}

.table {
    padding: 0 10px;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-top: 2px solid #7b809a;
}

table caption {
    display: none;
}

#contain #design table * {
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
    font-size: 13px;
    color: #555;
}

.boardlist input {
    border: none;
    border-bottom: solid 1px #ddd;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 1.2em;
}

.boardlist input:focus {
    border-bottom: solid 1px #7d59db;
}

.horizontal-menu {
    border-bottom: solid 1px #ddd;
    height: 40px;
}

.horizontal-menu .ic-filter {
    display: inline-block;
    float: left;
    padding: 10px 0px;
    margin-left: 6px;
    width: 10px;
}

.horizontal-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: calc(100% - 90px);
    overflow: scroll;
    white-space: nowrap;
    float: left;
}

.horizontal-menu .sort {
    display: inline-block;
    float: right;
    padding: 8px 0px;
    width: 70px;
    text-align: center;
}

.horizontal-menu ul::-webkit-scrollbar {
    width: 0px;
}

.horizontal-menu ul::-webkit-scrollbar-thumb {
    border-radius: 0px;
}

.horizontal-menu ul::-webkit-scrollbar-track {
    border-radius: 0px;
}

.horizontal-menu ul li {
    display: inline-block;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 16px;
    border-bottom: solid 1px transparent;
}

.horizontal-menu ul li.active {
    border-bottom: solid 2px;
}

.horizontal-menu ul li:hover {
    border-bottom: solid 2px;
    color: black!important
}

table.table-board {
    border-top: 0px solid #7b809a;
    font-size: 16px;
}

table.table-board tr {
    height: 48px;
}

table.table-board thead th {
    padding: 5px 10px;
    background: #fbfbfb;
    color: black;
    font-size: 16px;
}

table.table-board thead th:first {
    text-align: left;
}

table.table-board tbody tr:hover {
    background: #f9f9f9;
}

table.table-board tr.notice {
    font-weight: bold;
    background-color: #fffded;
    color: black;
}

.table-board a {
    text-decoration: none;
    color: #5b5c66;
}

.table-board a:hover {
    color: black;
}

.container .wrapped {
    flex-direction: row;
    border-top: none;
    padding: 40px 20px 0;
}

.article-list {
    overflow: hidden;
    display: flex;
    -ms-display: flexbox;
    flex-wrap: wrap;
    width: 100%;
}

.article-list .article-list-item {
    position: relative;
    width: 100%;
    margin: 0 20px;
    margin-bottom: 2%;
    padding: 30px 20px;
}

.article-list .bottom-controls {
    margin-top: 16px;
    bottom: 0px;
    width: 90%;
    position: absolute;
    padding: 20px 0px;
}

.article-list .article-list-item:nth-child(2n-1) {
    width: 49%;
    margin-right: 2%;
    padding-right: 20px;
}

.article-list .article-list-item {
    width: 49%;
    margin: 0;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 2%;
}

.article-list .article-list-item .article-content-title {
    font-size: 1.1em;
    font-weight: 700;
    overflow: hidden;
    margin: 0px 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.article-list .article-list-item.notice {
    background: #fffce3;
}

.main-list {
    padding-right: 20px;
    margin-bottom: 20px;
}

.main-list h3 {
    font-size: 16px;
    font-weight: 600;
    color: #212121;
    position: relative;
    margin: 0px;
    padding: 4px 0px;
    line-height: 30px;
}

.main-list h3 .title {
    border-bottom: solid #7e59db;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
    /* color: #7b809a; */
}

.main-list h3 .more {
    float: right;
    font-size: 0.8em;
    padding: 0px 10px;
    text-decoration: none;
}

.main-list h3 .more a {
    text-decoration: none;
    color: #7b809a;
}

.main-list ul {
    border-top: 1px solid #7b809a;
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-list ul li {
    padding-right: 100px;
    padding-left: 6px;
    padding-top: 5px;
    border-bottom: solid 1px #e9e9e9;
    padding-bottom: 5px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    margin-bottom: 2px;
}

.main-list ul li a {
    color: #3a3a3a;
    text-decoration: none;
}

.main-list ul li a:hover {
    color: black;
}

.main-list ul li small {
    position: absolute;
    right: 8px;
    font-size: 70%;
    color: #777;
    bottom: 3px;
}

.bottom-controls ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.bottom-controls ul li {
    display: inline-block;
    padding: 2px 15px;
}

.article-list .article-list-item .article-content-summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.article-list .article-list-item .article-content-summary p {
    margin: 0px;
}

.article-list .article-list-item .article-content-summary .gradient {
    height: 30px;
    /* display: block; */
    z-index: 1;
    display: none;
    position: absolute;
    padding: 10px;
    width: 90%;
    bottom: 54px;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.article-list .article-list-item:nth-child(odd) {
    padding-left: 20px;
}

.article-list .article-list-item .item {
    font-size: 16px;
    text-decoration: none;
    color: black;
    width: 100%;
    padding-bottom: 28px;
}

.article-list .article-list-item a:hover {
    /* color: #484848; */
}


/* table tbody * {
    font-size: 15px;
} */

table tbody tr:first-child th,
table tbody tr:first-child td {
    border-top: 1px solid #f5f5f5;
    ;
}

table tbody td {
    padding: 7px 10px;
    text-align: left;
    border-bottom: 1px solid #f5f5f5;
}

table tbody td input {
    border: none;
    /* border-bottom: solid 1px #f7f7f7; */
    /*border: solid 1px #f7f7f7;*/
    border-bottom: solid 1px #e2e2e2;
    background-color: #f8f8f8;
    padding: 5px;
    font-size: 1em;
}

table tbody td:first-child {
    border-left: 0;
}

table tbody td:last-child {
    border-right: 0;
}

table tbody tr:first-child td {
    border-top: 1px solid #f5f5f5;
}

table tbody td.item {
    border-bottom: 1px solid #f8f8f8;
    padding-left: 30px;
    min-width: 100px;
    text-align: left;
    background-color: #fafafa;
}

table tbody td.item span.red {
    position: absolute;
    margin: 0 0 0 -12px;
}

#res-table_filter {
    margin-bottom: 10px;
}

.circle {
    font-size: 15px;
    color: #58f;
}

.comment-controls {}

.comment-controls ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.comment-controls .comment-item {
    width: 96%;
    padding: 20px 2%;
    font-size: 15px;
    border-bottom: solid 1px #f1f1f1;
}

.comment-controls button#comment {
    width: 100%;
    text-align: left;
    border: solid 1px #ddd;
    margin-top: 10px;
    padding: 15px 20px;
    font-size: 1.2em;
    background: white;
    cursor: pointer;
}

.comment-controls button#comment:hover {
    border: solid 1px black;
}

.comment-controls .comment-item .extra_info {
    margin-top: 10px;
}

.comment-controls .extra_info ul li {
    display: inline-block;
}

.tal {
    text-align: left !important;
}

.refund-box {
    padding: 10px;
    border-radius: 10px;
    border: solid 2px #ffa7a7;
    background-color: #ffe9e9;
}

.refund-box .input-box:first-of-type {
    float: left;
    margin-right: 15px;
}

.comment-control textarea {
    height: 21px;
    width: 80%;
    border: none;
    border-bottom: dotted 1px #ddd;
    margin-bottom: 10px;
}

.comment-control .send-btn {
    width: 15%;
    float: right;
    margin: 1%;
    font-weight: 400;
    border: none;
    background-color: #7d59db;
    cursor: pointer;
    color: white;
    padding: 4px 2px;
}

.comment-control .send-btn:hover {
    background-color: #583ba5;
    color: white;
    border: 0px;
}

.perfect-datetimepicker tbody td {
    border-radius: 0px!important;
}

table.dataTable tbody tr:hover {
    background-color: #f4f4f4;
    cursor: pointer;
}

[data-tooltip-text]:hover {
    position: relative;
}

[data-tooltip-text]:after {
    -webkit-transition: bottom .3s ease-in-out, opacity .3s ease-in-out;
    -moz-transition: bottom .3s ease-in-out, opacity .3s ease-in-out;
    transition: bottom .3s ease-in-out, opacity .3s ease-in-out;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FFFFFF;
    text-overflow: ellipsis;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 7px 12px;
    position: absolute;
    width: auto;
    min-width: 50px;
    overflow: hidden;
    max-width: 100px;
    word-wrap: break-word;
    z-index: 9999;
    opacity: 0;
    left: -9999px;
    top: 90%;
    content: attr(data-tooltip-text);
}

[data-tooltip-text]:hover:after {
    top: 130%;
    left: -200px;
    min-width: 200px;
    opacity: 1;
}

header ul.search-result {
    position: absolute;
    background-color: white;
    top: 40px;
    right: 50px;
    width: 170px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

header ul.search-result li {
    padding: 0px;
    cursor: pointer;
}

header ul.search-result li a {
    display: block;
    text-decoration: none;
    padding: 10px;
    color: black;
}

header ul.search-result li a:hover {
    background-color: #2196f3;
    color: white;
}


/*header ul.search-result li:hover{
	background-color: #2196f3;
	color: white;
}*/

.schedule-info .worker-name {
    font-size: 1.4em;
    margin-top: 10px;
}

.schedule-info .customer {
    padding-top: 10px;
}

.schedule-info .period {
    margin: 20px 0px;
    font-size: 1.1em;
    line-height: 2;
}

#schedule-modal .controls {
    margin: 20px 0px;
    text-align: right;
    line-height: 2.5;
}

.perfect-datetimepicker table tbody tr:first-child td {
    border-top: solid 0px;
}

.perfect-datetimepicker table tbody tr:first-child th,
.perfect-datetimepicker table tbody tr:first-child td {
    border-top: solid 0px;
}

.color-picker {
    border-radius: 5px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    border: thin solid #eee;
}

.pre-color-picker {
    border-radius: 5px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    border: thin solid #eee;
    position: absolute;
    pointer-events: none;
}

ul.task-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.task-list li {
    padding: 1.2%;
    border: solid 1px #ddd;
    display: inline-block;
    border-left: solid 10px #ddd;
    background: #ffffff;
    min-width: 28%;
    margin: 0.5%;
    min-height: 125px;
    float: left;
}

ul.task-list li .title {
    font-weight: 500;
    font-size: 1.2em;
    margin-bottom: 3px;
    margin-top: 5px;
}

ul.task-list li .price {
    margin-top: 5px;
    margin-left: 48px;
}

ul.task-list li .price input {
    border: solid 1px #ddd;
    padding: 3px;
}

ul.task-list li.ui-state-placeholder {
    /* padding: 1.2%;
    border: solid 1px white;
    display: inline-block;
    
    min-width: 28%;
    margin: 0.5%;

    
    background: white; */
    padding: 1.2%;
    margin: 0.5%;
    min-width: 28%;
    height: 125px;
    border: solid 1px #f1f1f1;
    background-color: #f1f1f1;
    border-radius: 10px;
}

ul.task-list li .color-container {
    float: left;
    margin-right: 10px;
}

ul.task-list li .control {
    float: right;
    margin-top: -5px;
    padding: 6px 0px;
}

ul.task-list li .date-time-control {
    display: inline-block;
    margin-left: 20px;
}

ul.task-list li .date-time-control .datepair {
    margin: 0px;
}

ul.task-list li .date-time-control input {
    border: solid 1px #ddd;
    padding: 5px;
    margin: 0px 5px;
}

.tag-red {
    background-color: red;
    color: white;
}

.tag-blue {
    background-color: blue;
    color: white;
}

.tag-green {
    background-color: green;
    color: white;
}

.tag-basic {
    background-color: white;
    color: black;
}

#res-info .guide {
    text-align: center;
    padding: 20px;
    font-size: 1.1em;
    background: #ffe9e9;
    border-radius: 10px;
    margin: 10px;
}

header .mobile-tool {
    display: none;
    float: right;
    margin-right: 10px;
}

#mobile-menu {
    display: none;
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    margin-top: 48px;
    background: white;
    left: 0px;
}

#mobile-menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#mobile-menu ul li {
    padding: 10px 20px;
    font-size: 1.2em;
}

#mobile-menu ul li a {
    text-decoration: none;
    color: black
}

#mobile-menu ul li a i {
    font-size: 0.8em;
    margin: 10px;
}

#today-res-table {
    display: none;
}

.block h2 {
    font-size: 1.25em;
    font-weight: normal;
    color: #7b809a;
    padding: 0.625em;
    margin-bottom: 0px;
}

.side-board-reservations {
    border-top: solid 1px #7b809a;
    max-height: 600px;
    overflow-y: auto;
}

.side-board-reservations::-webkit-scrollbar {
    width: 3px;
}

.side-board-reservations::-webkit-scrollbar-thumb {
    background-color: #b7b7b7;
    border-radius: 2px;
    background-clip: padding-box;
    border: 1px solid transparent;
}

.side-board-reservations::-webkit-scrollbar-track {
    background-color: #e3e3e3;
}

.side-board-reservations.half-height {
    max-height: 300px;
}

.side-board-reservations ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-bottom: 30px;
}

.side-board-reservations ul li {
    border-bottom: dashed 1px #ddd;
    padding: 10px;
    font-size: 0.9em;
    cursor: pointer;
}

.side-board-reservations ul li:hover {
    background-color: #fdfdfd;
    border-bottom: dashed 1px #a7a7a7;
}

.side-board-reservations ul li .top {
    margin-bottom: 10px;
    overflow: auto;
}

.side-board-reservations ul li .time {
    font-weight: 500;
}

.side-board-reservations ul li .worker {
    float: right;
    margin-left: 10px;
    font-size: 0.85em;
}

.side-board-reservations ul li .manager {
    float: right;
    font-size: 0.85em;
}

.side-board-reservations ul li .goods {
    max-width: 190px;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-left: solid 1px #ddd;
    padding: 5px 10px;
    border-radius: 3px;
    float: right;
}

.side-board-reservations ul li .customer {
    margin-left: 10px;
    font-weight: 400;
}

.side-board-reservations ul li .memo {
    margin-left: 5px;
    color: #2196f3;
}

.fc-event .state-lecture {
    border-radius: 4px;
    width: 100%;
    border: solid 0px;
    background: #212121;
    color: white;
    padding: 2px 0px;
    text-align: center;
    display: block;
}

.fc-event .state-reservation {
    border-radius: 4px;
    border: solid 0px;
    background: #2297f3;
    color: white;
    padding: 1px 2px;
    display: inline-block;
    margin: 1px;
}

.fc-event .state-completed {
    border-radius: 4px;
    border: solid 0px;
    background: #4caf50;
    color: white;
    padding: 1px 2px;
    display: inline-block;
    margin: 1px;
}

.fc-event .state-cancel {
    border-radius: 4px;
    border: solid 0px;
    background: red;
    color: white;
    padding: 1px 2px;
    display: inline-block;
    margin: 1px;
}

ul.ks-cboxtags {
    list-style: none;
    padding: 0px 20px;
}

ul.ks-cboxtags li {
    display: inline;
}

ul.ks-cboxtags li label {
    display: inline-block;
    background-color: #f2f2f2;
    border: 2px solid #f2f2f2;
    color: #adadad;
    border-radius: 25px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

ul.ks-cboxtags li label {
    padding: 8px 12px;
    cursor: pointer;
}

ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked+label::before {
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked+label {
    border: 2px solid #2196f3;
    background-color: #2196f3;
    color: #fff;
    transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
    display: absolute;
}

ul.ks-cboxtags li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

ul.ks-cboxtags li input[type="checkbox"]:focus+label {
    /*border: 2px solid #e9a1ff;*/
}

.tooltip {}

.tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    min-width: 180px;
    background-color: #000000b8;
    color: #fff;
    line-height: 1.3;
    text-align: initial;
    border-radius: 6px;
    padding: 10px 8px;
    position: absolute;
    z-index: 1;
    margin-left: 3px;
}

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

.modal .msg-preview {
    background-color: #f1f1f1;
    padding: 10px;
    margin: 10px 0px;
    border-radius: 20px;
}

.customer-search-bar {
    text-align: center;
}

.customer-search-bar input {
    width: 90%;
    padding: 5px 10px;
    border: solid 0px;
    border-bottom: solid 2px #2297f3;
    font-weight: 500;
    font-size: 20px;
}

.customer-search-bar input:focus {
    box-shadow: none;
    outline: none;
    border-bottom: solid 2px #176f97;
}

.customer-search-bar input::placeholder {
    color: #ddd;
    font-style: italic;
}

.customer-search-bar button {
    border: solid 0px;
    border-radius: 0px;
    padding: 7px 10px;
    margin: 0px;
    margin-left: -5px;
    margin-top: -7px;
    font-size: 20px;
}

#recommend_price {
    position: absolute;
}

#recommend_price .p_option {
    display: inline-block;
    padding: 3px 8px;
    margin-left: 7px;
    background-color: #03a9f4;
    color: white;
    margin-top: 5px;
    border-radius: 15px;
    font-weight: 500;
    font-size: 0.8em;
    border: none;
    cursor: pointer;
}

#recommend_price .p_option:hover {
    background-color: #4f3690;
}

.search-customer-result {
    margin-top: 20px;
    /* padding: 20px */
    margin-bottom: 20px;
}

.search-customer-result .result-item {
    padding: 10px;
    border-bottom: dotted 1px #efefef;
    color: #6d6d6d;
    cursor: pointer;
}

.search-customer-result .result-item .birth {
    font-size: smaller;
}

.search-customer-result .result-item .phone {
    float: right;
    font-size: smaller;
}

.search-customer-result .result-item:hover {
    background-color: #efefef;
}

.form-b-paylink {
    padding: 20px;
    border-radius: 10px;
    font-size: 14px;
    margin: auto;
}

.form-b-paylink .p1 {
    margin-bottom: 10px;
}

.form-b-paylink .btn-primary {
    font-size: 15px;
    background-color: #03a9f4;
}

.form-b-paylink .btn-primary:hover {
    background-color: #0488c5;
}

.form-b-paylink ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.form-b-paylink ul li {
    padding: 20px;
    border-radius: 10px;
    max-width: 400px;
    color: white;
    background: #7e59db;
}

.form-b-paylink .t1 {
    margin-bottom: 12px;
}

.form-b-paylink .lp-address {
    min-width: 330px;
}

.lp-dashboard {
    padding: 10px 0px;
}

.lp-dashboard .item {
    width: 23%;
    display: inline-block;
    padding: 2px;
}

.lp-dashboard .item .t {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 5px;
    color: gray;
    font-weight: 500;
}

.lp-dashboard .item .c {
    width: 100%;
    display: block;
    text-align: center;
    color: gray;
}

.point-info {
    float: left;
    padding: 5px;
    font-size: 16px;
    color: gray;
}

@media (max-width: 1080px) {
    ul.task-list li {
        min-width: 45%;
    }
}

@media (max-width: 800px) {
    header {
        font-size: 1em;
    }
    .card-header {
        padding: 20px 10px!important
    }
    .card-body {
        padding: 0px!important;
    }
    .article-list .article-list-item {
        width: 100%;
        margin-right: 0px;
    }
    .article-list .article-list-item:nth-child(2n-1) {
        width: 100%;
        margin-right: 0px;
    }
}

@media (max-width: 600px) {
    ul.task-list li {
        min-width: 100%;
    }
    header .right-tool {
        display: none;
    }
    header .mobile-tool {
        display: block;
    }
    header .logo-img {
        width: 155px;
        left: 10px;
        top: 10px;
    }
    #mobile-menu {
        display: block;
    }
    .container {
        width: 100%;
    }
    .container.only-pc {
        width: 1280px;
    }
    .container .left-panel {
        width: 100%;
    }
    .container .left-panel .filter-tool {
        margin-top: 0px;
        padding: 10px;
        margin-bottom: 20px;
        width: 90%;
    }
    .container .left-panel .filter-tool h3 {
        margin-top: 0px!important;
    }
    .container .right-panel {
        width: 100%;
        padding: 20px 0px;
    }
    .container .accordion-container .article-title {
        margin: 0px 10px;
    }
    .container .block {
        padding: 10px;
    }
    .container .m260 {
        padding: 30px 0px 0px;
        margin-left: 0px;
        width: 100%;
        clear: both;
    }
    .sales-board #range-picker {
        width: 90%;
        margin: 10px
    }
    .card-inner {
        padding: 5px;
    }
    table tbody td.item {
        padding-left: 10px;
        width: 70px;
        font-size: 0.8em;
    }
    .container .m260 .top-panel {}
    .container .m260 .half-panel {
        width: 100%;
    }
    .container .side-20-panel {
        width: 100%;
        padding: 0px;
    }
    .container .main-80-panel {
        margin-top: 20px;
        width: 100%;
    }
    .dataTables_wrapper .dataTables_length {
        float: left!important;
    }
    .left-panel #calendar-selector {
        display: none;
    }
    body {
        margin: 0px;
    }
    #today-res {
        min-height: auto;
    }
    .container .center-panel {
        width: 100%;
    }
    .container .center-panel #calendar {
        max-width: 100%;
        padding: 10px;
    }
    .fc-center h2 {
        margin-top: 20px;
    }
    .dataTables_wrapper {
        padding: 10px;
    }
    .main-80-panel h2 {
        padding: 10px;
    }
    .summary-board {
        padding: 0 10px;
        padding-bottom: 10px;
    }
    .summary-board .content {
        clear: both;
        line-height: 1.5;
    }
    .sales-board {
        padding: 10px;
    }
    .summary-board .header {
        padding-bottom: 3px;
    }
    .main-list {
        padding-left: 10px;
        padding-right: 10px;
    }
    .main-list.m-hide {
        display: none;
    }
    .fc-toolbar .fc-center h2::after {
        content: " 📅"
    }
    .fc-toolbar .fc-center h2 {
        border-bottom: dashed 1px #e6e7e9;
        padding-bottom: 4px;
    }
    .fc-toolbar .fc-right .fc-button-group {
        /* display: none; */
    }
}

.pagination {
    display: inline-block;
    list-style: none;
}

.pagination li {
    float: left;
}

.pagination a {
    color: black;
    float: left;
    padding: 6px 12px;
    text-decoration: none;
    transition: background-color .3s;
    /* border: 1px solid #ddd; */
    border-radius: 5px;
    margin: 0 2px;
}

hr {
    height: 10px;
    border: 0px;
    border-top: solid 1px transparent;
    border-bottom: solid 1px #f1f1f1;
}

.pagination li.active a {
    background-color: #7d59db;
    color: white;
    border: 1px solid #7d59db;
}

.pagination a:hover:not(.active) {
    background-color: #4c268e;
    color: white;
}

.board .pagination li.active a {
    background-color: black;
    color: white;
    border: 1px solid black;
}

.board .pagination a:hover:not(.active) {
    background-color: #292929;
    color: white;
}

@media (min-width: 1580px) {
    .container {
        width: 1580px;
    }
    .container .center-panel {
        width: 1000px;
    }
    .fc-event .fc-content {
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .fc-toolbar .fc-right .fc-button-group {
        display: none;
    }
}

.banbanmarket-tt {
    position: relative;
    /* border-radius: 5px; */
    vertical-align: middle;
    cursor: pointer;
    padding: 5px 10px;
    color: black;
    text-decoration: none;
    font-weight: 400;
    /* position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; 
    margin: 5rem; */
}

.banbanmarket-tt:focus {
    outline: none;
}

.banbanmarket-tt img {
    margin-top: 2px;
    position: absolute;
    right: 15px;
}


/* Tooltip text */

.banbanmarket-tt .tooltiptext {
    visibility: hidden;
    background-color: #000000;
    color: #fff;
    text-align: center;
    padding: 3px 6px;
    border-radius: 8px;
    font-size: 13px;
    left: 70px;
    bottom: -62%;
    margin-left: -80px;
    position: absolute;
    z-index: 1;
}

.banbanmarket-tt .tooltiptext:after {
    content: '';
    position: absolute;
    top: 0;
    left: 38%;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #000000;
    border-top: 0;
    border-left: 0;
    margin-left: -10px;
    margin-top: -5px;
}


/* Show the tooltip text when you mouse over the tooltip container */

.banbanmarket-tt:hover .tooltiptext {
    visibility: visible;
}

.card.certi {
    margin-bottom: 16px;
}

.card.certi .inner {
    padding: 20px 16px;
}

.card.certi .inner h4 {
    font-size: 20px;
    margin: 0px;
    font-weight: 600;
}

.card.certi .inner .content {
    margin: 16px 0px;
    font-size: 16px;
}

.subnav .dropdown a {
    color: #000;
}

.currency_USD::before {
    content: "$ "
}

.currency_KRW::after {
    content: " 원"
}

.currency_VND::after {
    content: " ₫"
}

.currency_JPY::before {
    content: "¥ "
}

.header-search .search-customer {
    display: inline-block;
    padding: 7px 9px;
    border-radius: 5px;
    cursor: pointer;
    border: solid 1px #b5b9c7;
    color: #737373;
    font-size: 11px;
}

.header-search .search-customer:hover {
    background-color: #f1f1f1;
}

.header-search .search-customer a {
    color: black;
    text-decoration: none;
}

.fa-certificate {
    color: #7d59db;
}

#modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5); /* 반투명 배경 */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #modal-container .modal {
    background: white;
    border-radius: 12px;
    padding: 24px;
    width: 600px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
  }