.hide {
    display: none !important;
}

.lang .flag.en {
    background-image: url('../img/icon/english.png');
}

.lang .flag.ko {
    background-image: url('../img/icon/korea.png');
}

.lang .flag.ja {
    background-image: url('../img/icon/japan.png');
}

.lang .flag.vn {
    background-image: url('../img/icon/vietnam.png');
}

.lang .flag.ch {
    background-image: url('../img/icon/china.png');
}

.v-navbar .container > ul > li.chatt {
    background-image: url('../img/icon/chat.png');
}

.v-navbar .container > ul > li.community {
    background-image: url('../img/icon/community.png');
}

.menu-toggle {
    z-index: 1000 !important;
}

main {
    min-height: 100vh !important;
}

.dashboard {
    min-height: calc(100vh - 15rem) !important;
}


.dropdown-menu {
    overflow-x: hidden !important;
}

table.dataTable td {
    font-size: 0.75rem !important;
    padding: 0.5rem;
}

button.nude > i {
    margin: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.btn-soft-dark {
    color: #343a40;
    background-color: rgba(52, 58, 64, .1);
    border-color: transparent;
}

.ms-1 {
    padding: 0;
    margin-left: .25rem !important;
}

.scrollbar-x {
    overflow: hidden !important;
}

#item_table_paginate > ul {
    display: none;
}

.pgn-row .pagination {
    padding: 20px 0;
    justify-content: center;
}

.page-item.disabled .page-link {
    color: var(--bs-gray-400);
    pointer-events: none;
    background-color: var(--bs-card-bg);
    border-color: var(--bs-border-color);
    border: 0 !important;
}

.w-100 {
    width: 100% !important;
}

.pt-btn {
    padding-top: 1.8rem !important;
}

.v-navbar .container > ul > li > ul.d2menu.active {
    display: block !important;
}

.p-05 {
    padding: 0.5rem;
}

.p-03 {
    padding: 0.3rem;
}

.chat-message-box .chat-message .avatar {
    float: left;
    width: 40px;
    height: 40px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #333;
    background-color: #e9e9ef;
}

.avatar-right {
    color: #FFF !important;
    background-color: #2777e5 !important;
}

.chat-message-box .scrollbar {
    flex-direction: column !important;
}

.sent-message-body p {
    font-weight: bold !important;
}

.sent-message-body p span {
    font-weight: normal !important;
}

.modal-ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.table-custom th {
    text-align: center;
}

#commonModal {
    z-index: 10000;
}

.bx-span {
    line-height: 2 !important;
}

.dropdown-menu.show {
    max-height: 50vh !important;
    overflow: auto;
}

.choices__input {
    min-width: 50ch !important;
}

.contents-preview {
    margin: 0 auto;
    width: 320px;
    background-color: #DDD;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.preview-box {
    position: relative;
    border: 1px solid #EFEFEF;
}

.preview-box img {
    width: 100%;
}

.preview-box ul {
    padding: 0;
    margin: 0;
}

.preview-box .title-set {
    top: 150px;
    position: absolute;
    text-align: center;
    color: #FFF;
    width: 100%;
}

.preview-box .title-set .original {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1rem;
}

.preview-box .title-set .translation {
    padding: 10px 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1rem;
}

.talk-list-tab span {
    display: inline-block;
    margin: 0 0 -1px 0;
    padding: 15px 25px 12px 25px;
    border-radius: 20px 20px 0px 0px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: #AAA;
    background-color: #F6F6F6;
    border: 1px solid #DDD;
    cursor: pointer;
}

.talk-list-tab span.on {
    color: #333;
    background-color: #FFF;
    border-bottom: 1px solid #FFF;
}

.talk-list-tab {
    margin: 60px 0 30px 0;
    border-bottom: 1px solid #DDD;
}

.content_list.talktab,
.content_list.expressiontab {
    display: none;
}

.content_list.talktab.on,
.content_list.expressiontab.on {
    display: flex;
}

.input-group-text.function-button {
    width: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: #FFF;
}

.input-group-text.function-button.add {
    background-color: #0dcaf0;
}

.input-group-text.function-button.delete {
    background-color: #333;
}

.content.chat-body .cms-chat-box > .title {
    margin-bottom: 20px;
    font-weight: 600;
}

.remote-controll {
    position: fixed;
    top: 140px;
    right: 10px;
    width: 80px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #DDD;
    background-color: #FFF;
    box-shadow: 0 0.6rem 2rem rgba(0, 0, 0, 0.1);
    z-index: 1002;
}

.remote-controll ul {
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px dashed #EFEFEF;
    cursor: pointer;
}

.remote-controll ul:first-child {
    padding: 0;
}

.remote-controll ul li {
    padding: 2px 5px;
    font-size: 12px;
    font-weight: 600;
    color: #333;
}

.remote-controll > div ul {
    display: flex;
    color: #FFF;
    background-color: #444;
}

.remote-controll > div ul li {
    height: 24px;
    line-height: 20px;
    color: #FFF;
    text-align: center;
}

.remote-controll > div ul li:first-child {
    width: 20px;
    background-color: #222;
}

.remote-controll > div ul li:last-child {
    width: calc(100% - 20px);
}

.remote-controll > div ul li:first-child:after {
    content: "X";
}

.remote-controll > div ul li:last-child:after {
    content: "CLOSE";
}

.remote-controll.close > div ul li:first-child:after {
    content: "\25BC";
}

.remote-controll.close > div ul li:last-child:after {
    content: "OPEN";
}

.content.cms-chat-body {
    position: relative;
    margin: 0;
    padding: 20px;
}

.content.cms-chat-body .cms-chat-set .cms-chat-box {
    width: 100%;
}

.content.cms-chat-body .cms-chat-set.left-side .cms-chat-box input[type="text"] {
    margin: 1px 0;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.1);
}

.content.cms-chat-body .cms-chat-set.left-side .cms-chat-box input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.content.cms-chat-body .cms-chat-set.right-side .cms-chat-box input[type="text"] {
    margin: 1px 0;
    background-color: rgba(255, 255, 255, 0.8);
}

.cms-chat-set label {
    font-size: 9px;
    line-height: 11px;
}

.cms-chat-set.left-side label {
    color: rgba(255, 255, 255, 0.8);
}

.cms-chat-set.right-side .cms-chat-box .original,
.cms-chat-set.right-side .cms-chat-box .translation {
    color: #333 !important;
}

.chat-footer {
    padding: 5px 0 10px 0;
}

.cms-chat-set .input-group-text,
.original .input-group-text,
.translation .input-group-text {
    padding: 0;
    width: 50px;
    font-size: 0.6rem;
    justify-content: center;
}

.cms-chat-set.left-side .input-group-text {
    color: rgba(255, 255, 255, 0.9);
    background-color: rgba(0, 0, 0, 0.3);
}

.cms-chat-set.right-side .input-group-text {
    color: rgba(255, 255, 255, 0.9);
    background-color: rgba(0, 0, 0, 0.3);
}

.cms-chat-set.left-side .cms-chat-box {
    color: rgba(255, 255, 255, 0.9);
}

.cms-chat-content.preview {
    margin: 20px auto;
    padding-bottom: 5px;
    width: 100%;
    max-width: 320px;
}

.cms-chat-box.guide-box {
    width: 100%;
}

.guide-box .process-dot {
    margin: 20px 0;
    text-align: center;
}

.guide-box .process-dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #3b84d7;
}

.guide-box .process-dot span:nth-child(2) {
    opacity: 0.5;
}

.guide-box .process-dot span:nth-child(3) {
    opacity: 0.3;
}

.guide-box .guide {
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.3);
}

.guide-box .hint {
    font-size: 0.825rem;
    color: rgba(0, 0, 0, 0.9);
    text-align: center;
}

.cms-chat-body .arrow-down {
    font-size: 2rem;
}

.cms-chat-body .center {
    text-align: center;
}

.cms-chat-body .notice-box {
    margin: 30px;
    padding: 30px 10px;
    width: calc(100% - 60px);
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    overflow: hidden;
}

.cms-chat-body .hint-message {
    position: absolute;
    padding: 10px;
    top: 200px;
    width: calc(100% - 170px);
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    background-color: rgba(255, 96, 0, 0.8);
    border-radius: 5px;
    overflow: hidden;
}

.cms-chat-set .text-muted {
    font-size: 0.65rem;
    color: rgba(0, 0, 0, 0.5) !important;
}

.cms-chat-set .underline {
    height: 20px;
    color: #FFF;
    border-bottom: 2px solid #000;
}

.cms-chat-set .rec-area img {
    margin: 20px 0 0 0;
    width: 100%;
    overflow: hidden;
}

.learn-type img {
    width: 100%;
}

.cms-chat-body {
    margin: 5px;
    padding: 15px;
    border-radius: 15px;
    background-color: #FFF;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 300px 0 rgba(0, 0, 0, 0.1) inset;
}

.cms-chat-body .cms-chat-set {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

.cms-chat-body .cms-chat-set .people-thumb {
    float: left;
    width: 40px;
    height: 40px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 40px;
    color: #FFF;
    text-align: center;
    background-color: #2777e5;
    border-radius: 50%;
}

.cms-chat-body .cms-chat-set .cms-chat-box {
    float: left;
    margin: 0 10px;
    padding: 10px;
    max-width: calc(100% - 100px);
    border-radius: 10px;
    background-color: #2777e5;
}

.cms-chat-body .cms-chat-set .cms-chat-box .original {
    font-size: 0.825rem;
    font-weight: 600;
    color: #FFF;
    line-height: 1.2rem;
    letter-spacing: -0.05rem;
}

.cms-chat-body .cms-chat-set .cms-chat-box .translation {
    margin-top: 5px;
    font-size: 0.75rem;
    font-weight: 400;
    color: #FFF;
    line-height: 1.2rem;
    letter-spacing: -0.03rem;
}

.cms-chat-set.right-side .people-thumb {
    float: right;
    color: #333;
    background-color: #e9e9ef;
}

.cms-chat-set.right-side .cms-chat-box {
    float: right;
    background-color: #FFF;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.cms-chat-content.preview {
    margin-left: 0 !important;
    max-width: 400px;
}

.input-group-text.function-button {
    width: 30px;
}

.cms-chat-header {
    padding: 10px 15px 0 15px;
}

.cms-chat-header h5 {
    font-size: 0.825rem;
    font-weight: 600;
    letter-spacing: -0.03rem;
}

.cms-chat-content {
    background-color: #dcdcdc;
    border-radius: 5px;
}

.cms-chat {
    overflow: auto;
    max-height: 820px;
}

.remote-controll ul {
    list-style: none;
}

.lib-move-btn {
    margin-top: 250px;
}


.content-list-set.library {
    max-height: calc(100% - 50px);
    overflow-y: auto;
}

.content-list-set.library.start {
    max-height: 430px;
    overflow-y: auto;
}


.content-list-set .content-line ul {
    position: relative;
    margin: 2px 0;
    padding: 10px 10px;
    border: 1px solid #EFEFEF;
    border-radius: 10px;
    overflow: hidden;
}

.content-list-set .content-line ul li.number {
    float: left;
    margin-top: 3px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    background-color: #EFEFEF;
    border-radius: 50%;
}

.content-list-set .content-line ul li.arrow {
    float: left;
    margin-top: 8px;
    margin-right: 3px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #DDD;
}

.content-list-set .content-line ul li.page {
    float: left;
    margin-top: 5px;
    line-height: 1.2rem;
    font-size: 1rem;
    font-weight: 600;
}

.content-list-set.library .content-line ul li.page {
    float: left;
    width: calc(100% - 140px);
}

.content-list-set.library.start .content-line ul li.page {
    float: left;
    width: calc(100% - 40px);
}

.content-list-set .content-line ul li.function {
    position: absolute;
    right: 10px;
    top: 18px;
    font-size: 1rem;
    font-weight: 400;
}

.content-list-set .content-line ul li.page span {
    margin: 0;
    padding: 1px 3px;
    line-height: 1.2rem;
    font-size: 1rem;
    border-radius: 3px;
    vertical-align: middle;
    opacity: 0.9;
}

.content-list-set .content-line ul li.page > a > span {
    margin-lefT: 0;
    padding: 0;
    color: #999;
}

.content-list-set .content-line .page span.type.talk {
    color: #FFF;
    background-color: #FF3300;
}

.content-list-set .content-line .page span.type.pattern {
    color: #FFF;
    background-color: #0033FF;
}

.content-list-set .content-line .page span.base {
    color: #FFF;
    background-color: #999;
}

.card.library {
    border: 2px dotted #DDD;
}

.content-list-set .content-line ul li.page .translation span {
    font-weight: normal;
    font-size: 0.85rem;
}

.check-mod input[type="checkbox"] {
    display: none;
}

.content-list-set .content-line ul {
    list-style: none;
}

.check-mod input[type="checkbox"]:checked + label {
    color: #fff;
    background-color: #5156be;
}

.btn-vertical-group button {
    display: block;
    margin: 1px 0;
    padding: 0 5px;
}

.font-size-10 {
    font-size: 10px !important;
}

.font-size-11 {
    font-size: 11px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-13 {
    font-size: 13px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-15 {
    font-size: 15px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-17 {
    font-size: 17px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-22 {
    font-size: 22px !important;
}

.font-size-24 {
    font-size: 24px !important;
}

.row.liblary-guide-box {
    margin: 0;
    padding: 10px 0 15px 0;
    height: 620px;
    background-color: #FAFAFA;
    border: 2px dashed #333;
    border-radius: 5px;
    align-content: flex-start;
}

#content-wrap {
    width: 100%;
    height: 100vh;
    background-color: #000;
    position: absolute;
    z-index: 19999;
    opacity: 0.5;
}

.pt-01 {
    padding-top: 0.1rem;
}

/* 여기서 부터 시작 */
@import url('//fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Orbitron:wght@400..900&family=Poiret+One&family=Saira:ital,wght@0,100..900;1,100..900&display=swap');
* {
    font-family: "Bai Jamjuree", "メイリオ", Meiryo, sans-serif;
    letter-spacing: -0.04rem;
    font-optical-sizing: auto;
}

body {
    background-image: linear-gradient(to right, #0b1844 180px, #FFF 180px);
}

.v-navbar {
    background: #0b1844;
}

.menu-toggle {
    filter: invert(1);
}

.v-navbar .logo li a {
    color: #FFF;
}

.v-navbar a {
    color: rgba(0, 0, 0, 1) !important;
}

.v-navbar .container > ul > li {
    filter: invert(1);
}

.v-navbar.open {
    border: 0;
}

.v-navbar ul.d2menu > li > a {
    font-size: 12px;
    font-weight: 800;
    color: #111;
}

@media screen and (max-width: 1280px) {
    .v-navbar.open {
        position: fixed;
        border: 0;
    }
}


main {
    background-color: #FFF;
    background: linear-gradient(135deg, #daf2ff 2%, #ffffff 2% 4%, #daf2ff 4% 8%, #ffffff 8% 16%, #daf2ff 16% 32%, #ffffff 32%);
}

/*
header {border-top:1px solid #4b78e9;background: linear-gradient(-45deg, #f3f5f0 2%, #dfe8eb 2% 4%, #f3f5f0 4% 8%, #dfe8eb 8% 16%, #f3f5f0 16% 32%, #dfe8eb 32%);}
 */
header {
    border-top: 1px solid #4b78e9;
    background: linear-gradient(-45deg, #4b78e9 2%, #5c88f6 2% 4%, #4b78e9 4% 8%, #5c88f6 8% 16%, #4b78e9 16% 32%, #5c88f6 32%);
}

header .greeting {
    padding: 1rem 1rem 1.5rem 1rem;
}

.dropdown a.btn {
    margin-top: -5px;
    height: 40px;
    line-height: 25px;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFF;
}

.my-info-set button.btn:last-child {
    margin-top: 1px;
    margin-left: 4px;
    padding: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: #ec7777;
}

.my-info-set button.btn img {
    filter: invert(1);
}

.greeting .overview {
    margin-top: 0 !important;
    margin-bottom: 10px;
}

.greeting .welcome-back {
    color: #FFF;
}

.greeting .welcome-back:after {
    display: block;
    content: "システムユーザーの学習情報とシステム情報を提供します。";
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}

.greeting .welcome-back .welcome-name {
    color: #00fcff;
}

.greeting .overview:before {
    display: block;
    content: "OVERVIEW";
    margin-top: 16px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 800;
    color: #FFF;
}

.greeting .overview .overview-card {
    margin-top: -12px;
}

.overview-card .text-category {
    color: rgba(255, 255, 255, 0.8);
}

.overview-card .text-status {
    color: rgba(255, 255, 255, 0.7);
}

.overview-card > div:nth-child(1) .text-number {
    color: #72ff00;
}

.overview-card > div:nth-child(2) .text-number {
    color: #deff00;
}

.overview-card > div:nth-child(3) .text-number {
    color: #ffc000;
}

.overview-card > div:nth-child(4) .text-number {
    color: #ff9796;
}

.card {
    --bs-card-spacer-x: 1.5rem;
    --bs-card-spacer-y: 1.5rem;
    --bs-card-border-color: #daf2ff;
    border: 1px solid #daf2ff;
    border-radius: var(--radius-card);
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.row > .col-12 > .row > .col-12 > .card:after {
    content: "";
    position: absolute;
    top: 90px;
    right: 15px;
    display: block;
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    filter: invert(1);
    opacity: 0.5
}

.row > .col-12 > .row > .col-12 > .card {
    padding: 20px;
    border: 0;
}

.row > .col-12 > .row > .col-12:nth-child(1) > .card {
    background: linear-gradient(-45deg, #ff9796 25%, #ec7777 25%);
}

.row > .col-12 > .row > .col-12:nth-child(2) > .card {
    background: linear-gradient(-45deg, #ffa37a 25%, #ea7a62 25%);
}

.row > .col-12 > .row > .col-12:nth-child(3) > .card {
    background: linear-gradient(-45deg, #fedb75 25%, #fcce5e 25%);
}

.row > .col-12 > .row > .col-12:nth-child(4) > .card {
    background: linear-gradient(-45deg, #96eaea 25%, #71d3d6 25%);
}

.row > .col-12 > .row > .col-12:nth-child(5) > .card {
    background: linear-gradient(-45deg, #85b7f5 25%, #5b8ecd 25%);
}

.row > .col-12 > .row > .col-12:nth-child(6) > .card {
    background: linear-gradient(-45deg, #bc9bea 25%, #9a61d8 25%);
}

.row > .col-12 > .row > .col-12:nth-child(1) > .card:after {
    background-image: url('../img/icon/user_plus.png');
}

.row > .col-12 > .row > .col-12:nth-child(2) > .card:after {
    background-image: url('../img/icon/user_minus.png');
}

.row > .col-12 > .row > .col-12:nth-child(3) > .card:after {
    background-image: url('../img/icon/user_study.png');
}

.row > .col-12 > .row > .col-12:nth-child(4) > .card:after {
    background-image: url('../img/icon/user_pay.png');
}

.row > .col-12 > .row > .col-12:nth-child(5) > .card:after {
    background-image: url('../img/icon/user_sub.png');
}

.row > .col-12 > .row > .col-12:nth-child(6) > .card:after {
    background-image: url('../img/icon/user_out.png');
}

.row > .col-12 > .row > .col-12:nth-child(1) > .card:hover {
    background-color: #e6f2ff;
}

.row > .col-12 > .row > .col-12:nth-child(2) > .card:hover {
    background-color: #e6f2ff;
}

.row > .col-12 > .row > .col-12:nth-child(3) > .card:hover {
    background-color: #e6f2ff;
}

.row > .col-12 > .row > .col-12:nth-child(4) > .card:hover {
    background-color: #e6f2ff;
}

.row > .col-12 > .row > .col-12:nth-child(5) > .card:hover {
    background-color: #e6f2ff;
}

.row > .col-12 > .row > .col-12:nth-child(6) > .card:hover {
    background-color: #e6f2ff;
}

.d-flex.flex-column.gap-1 > .text-sm.text-typography-500 {
    font-size: 13px !important;
    color: #FFF !important;
}

.text-xl.fw-semibold.counter-value {
    margin-top: 8px;
    font-size: 36px !important;
    line-height: 36px !important;
    color: #FFF;
}

.d-flex.align-items-center.mt-3 {
    margin-top: 0 !important
}

.d-flex.justify-content-between.border-bottom-gray-50 {
    border-bottom: none !important;
}

.d-flex.justify-content-between.border-bottom-gray-50 {
    padding-bottom: 4px !important;
}

.card:hover {
    border: 1px dotted #75cdff;
}

.card-title {
    margin-top: 6px;
    color: var(--gray-typography-800);
    font-feature-settings: "clig" off, "liga" off;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    color: #666;
}

.card .text-content {
    margin-right: 8px;
    color: #FFF;
    line-height: 145%;
    text-transform: uppercase;
}

.badge.d-inline-flex.align-items-center.today_group.badge-secondary {
    padding: 2px 4px 6px 8px;
    margin-left: 8px;
}

.page-main-title + .row.g-4 {
    margin: 20px 0;
    padding: 10px 0px;
    border-radius: 12px;
    border: 0;
    background: rgba(255, 255, 255, 0.5);
}

.page-main-title + .row.g-4 > div {
    margin-top: 0px;
}

.btn-outline-secondary {
    background-color: #FFF;
}

th.bg-gray-50 {
    background-color: rgba(0, 0, 0, 0) !important;
}

thead {
    background: linear-gradient(-45deg, #bc9bea 25%, #9a61d8 25%);
}

.table-custom th {
    color: #FFF !important;
}

.table-custom td, .table-custom th {
    border: none;
    border-bottom: 1px dashed #EFEFEF;
}

td .btn-soft-dark.nude.align-middle.ms-1 {
    margin-left: 12px;
    border-radius: 8px;
    background-color: #dfe8eb;
    overflow: hidden;
}

.row.p-2 > .row > .col-xl-2 {
    margin-bottom: 40px;
    padding: 10px 20px;
    border-radius: 12px;
    background: linear-gradient(-45deg, #85b7f5 25%, #5b8ecd 25%);
}

.row.p-2 > .row > .col-xl-10 {
    margin-bottom: 20px;
}

.row .col-xl-2 .card-title {
    font-size: 18px;
    margin-top: 16px;
    margin-bottom: 16px;
    color: #FFF;
}

.row .col-xl-2 .text-muted.text-sm {
    color: #FFF !important;
}

.row .col-xl-10 > .row {
    margin-left: 20px;
}

.row + .row {
    margin-top: 0px;
}


.page-main-title + .row.mt-0.g-4 > .col-12.col-lg-6 > .card.project-card {
    border: 0;
    background: linear-gradient(-45deg, #96eaea 15%, #71d3d6 15%, #96eaea 25%, #71d3d6 25%) !important;
}

.page-main-title + .row.mt-0.g-4 > .col-12.col-lg-2:nth-child(2) > .card.project-card {
    border: 0;
    background: linear-gradient(-45deg, #bc9bea 15%, #9a61d8 15%, #bc9bea 25%, #9a61d8 25%) !important;
}

.page-main-title + .row.mt-0.g-4 > .col-12.col-lg-2:nth-child(3) > .card.project-card {
    border: 0;
    background: linear-gradient(-45deg, #fedb75 15%, #fcce5e 15%, #fedb75 25%, #fcce5e 25%) !important;
}

.page-main-title + .row.mt-0.g-4 > .col-12.col-lg-2:nth-child(4) > .card.project-card {
    border: 0;
    background: linear-gradient(-45deg, #ffa37a 15%, #ea7a62 15%, #ffa37a 25%, #ea7a62 25%) !important;
}

.page-main-title + .row.mt-0.g-4 + .row.mt-0.g-4 > .col-12.col-lg-6 .project-card-header .card-title,
.page-main-title + .row.mt-0.g-4 + .row.mt-0.g-4 > .col-12.col-lg-6 .project-card-header .card-subtitle {
    color: #222;
}


.project-card-header.detail {
    gap: 0;
}

.project-card-header .card-title {
    margin-bottom: 4px;
    font-size: 24px;
    color: #FFF;
}

a.text-decoration-none.customer_id {
    color: #FFF;
}

.project-card-header .card-subtitle {
    font-size: 14px;
    color: #FFF;
}

.project-card-header {
    margin-bottom: 0;
}

.card-subtitle.customer_name {
    font-size: 18px;
}

.table-outer {
    border: 0;
}

.summary-count span.number {
    color: #FFF;
    border-bottom: 0.1rem dashed rgba(255, 255, 255, 0.5);
}

.summary-count span {
    color: #FFF;
}

.table-outer .table {
    border-radius: 12px;
    overflow: hidden;
}


/* 커뮤니티 */
.board-set ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.board-set li.subinfo span {
    padding-right: 10px;
}

.board-set .original-contents {
    margin-bottom: 20px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.10);
}

.board-set .original-contents img {
    margin: 0.8rem auto;
    width: 100%;
    max-width: 720px;
}

.reply-set .thumb {
    position: relative;
    display: block;
    font-size: 0.65rem;
    line-height: 0.75rem;
}

.reply-set ul {
    overflow: hidden;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
}

.reply-set ul:last-child {
    border-bottom: 0;
}

.reply-set .thumb span {
    margin-right: 3px;
}

.reply-set .thumb span.function {
    position: absolute;
    top: 12px;
    right: 10px;
}

.reply-set .content {
    position: relative;
    display: block;
    padding: 0;
    font-size: 0.75rem;
    line-height: 1rem;
}

/* lalalanguage Dashboard */
div.dashboardTop10 > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #425166;
    padding: 2px 0;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 2px;
}

div.dashboardTop10 > div > div:nth-child(1) {
    width: 12%;
    align-self: center;
    text-align: center;
    padding-right: 16px;
}

div.dashboardTop10 > div > div:nth-child(2) {
    width: 88%;
    padding-left: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* -------------------------------------------------------------------------- */
/*                                    Badge                                   */
/* -------------------------------------------------------------------------- */

.badge {
    --badge-padding-x: 0.625rem;
    --badge-padding-y: 0.3125rem;
    --badge-font-size: 0.75em;
    --badge-font-weight: 700;
    --badge-color: #fff;
    --badge-border-radius: 10px;
    --badge-bg: transparent;
    display: inline-block;
    padding: var(--badge-padding-y) var(--badge-padding-x);
    font-size: var(--badge-font-size);
    font-weight: var(--badge-font-weight);
    line-height: 1;
    color: var(--badge-color);
    background: var(--badge-bg);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--badge-border-radius);
}

.badge-global {
    text-transform: uppercase;
    padding: 3px 10px;
    color: var(--badge-color);
    border: 1px solid var(--badge-border-color);
}

.badge-global .badge-label {
    display: inline-block;
    -webkit-transform: translateY(0.0875rem);
    -ms-transform: translateY(0.0875rem);
    transform: translateY(0.0875rem);
}

.badge-global[href]:hover,
.badge-global[href]:focus {
    text-decoration: none;
}

.badge-global-primary,
.badge-global-primary[href]:hover,
.badge-global-primary[href]:focus {
    --badge-bg: #e5edff;
    --badge-color: #003cc7;
    --badge-border-color: #adc5ff;
}

.badge-global-secondary,
.badge-global-secondary[href]:hover,
.badge-global-secondary[href]:focus {
    --badge-bg: #f5f7fa;
    --badge-color: #31374a;
    --badge-border-color: #cbd0dd;
}

.badge-global-success,
.badge-global-success[href]:hover,
.badge-global-success[href]:focus {
    --badge-bg: #ebfbf4;
    --badge-color: #00522b;
    --badge-border-color: #99dabb;
}

.badge-global-info,
.badge-global-info[href]:hover,
.badge-global-info[href]:focus {
    --badge-bg: #c7ebff;
    --badge-color: #005585;
    --badge-border-color: #96d9ff;
}

.badge-global-warning,
.badge-global-warning[href]:hover,
.badge-global-warning[href]:focus {
    --badge-bg: #fff7e3;
    --badge-color: #bc3803;
    --badge-border-color: #ffe6ad;
}

.badge-global-danger,
.badge-global-danger[href]:hover,
.badge-global-danger[href]:focus {
    --badge-bg: #ffe0db;
    --badge-color: #b81800;
    --badge-border-color: #fabcb3;
}

.badge-global-warning img {
    height: 10px;
}

.badge-tag {
    background-color: var(--gray-200);
    color: var(--gray-1000);
    font-weight: 700;
    font-size: 0.64rem;
    padding: 0.25rem 0.5rem;
    text-transform: uppercase;
}

.badge-tag:hover,
.badge-tag:focus {
    background-color: var(--gray-300);
}

.badge.badge-global {
    background-color: #F5F7FA;
    color: #31374A;
    border: 1px solid #CBD0DD;
    height: 24px;
    display: inline-flex;
    border-radius: 10px;
    width: auto !important;
    justify-content: center !important;
}

.badge.badge-global.redViolet {
    background-color: #FFE2E5;
    color: #D63384;
    border-color: #D63384;
}

.badge.badge-global.yellow {
    background-color: #FEF6E6;
    color: #E5B400;
    border-color: #E5B400;
}

.badge.badge-global.purple {
    background-color: #FBF1FF;
    color: #884DFF;
    border-color: #884DFF;
}

.badge.badge-global.green {
    background-color: #F0FDF4;
    color: #10B52A;
    border-color: #10B52A;
}

.badge.badge-global.grey {
    background-color: #F5F7FA;
    color: #31374A;
    border-color: #CBD0DD;
}

.badge.badge-global.dashboardTop10green {
    background-color: #EBFBF4;
    color: #00522B;
    border-color: #99DABB;
}

.badge.badge-global.dashboardTop10yellow {
    background-color: #FFF7E3;
    color: #BC3803;
    border-color: #FFE6AD;
}

/* 썸네일 갤러리 전체 영역 */
.thumbnail-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: flex-start;
    margin: 0;
}

/* 썸네일 갤러리 전체 영역 */
.file-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: flex-start;
    margin: 0;
}

.file-gallery > * {
    flex: 0 0 calc(50% - 2.5px);
    box-sizing: border-box;
    list-style: none;
}

/* 각 썸네일 컨테이너 (이미지와 캡션 포함) */
.thumbnail {
    width: 120px;
    text-align: center;
    font-family: sans-serif;
}

/* 이미지 영역: 정사각형 컨테이너 */
.img-container {
    width: 120px;
    height: 120px;
    border: 1px solid #ccc;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

/* 이미지 스타일: 정사각형 내에서 비율 유지하며 보정 */
.img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 캡션 스타일 */
.caption {
    margin-top: 5px;
    font-size: 12px;
    color: #333;
    word-break: break-all;
}

.dropzone {
    height:200px;
    max-height: 200px;
    overflow-y: auto;
}

.dz-message {
    height:100%;
    padding: 1rem 2rem !important;
}

.dropzone .dz-preview .dz-image {
    width: 70px;
    height: 70px;
    margin: 1rem;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 800px !important;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 1140px !important;
    }
}

.terms-area {
    letter-spacing: -0.04em;
}
.terms-area .terms-top {
    margin-bottom: 4rem;
    font-size: 1.6rem;
    line-height: 2.5rem;
}
.terms-area .terms-title {
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.5rem;
}
.terms-area .terms-group > dd,
.terms-area .terms-cont {
    margin-bottom: 4rem;
    line-height: 2.2rem;
}
.terms-area .terms-cont {
    padding-left: 1.6rem;
}
.terms-area .indent-box {
    margin-left: 1.6rem;
}
.terms-area .info-txt,
.terms-area .t-txt {
    font-size: 1.4rem;
    line-height: 2.2rem;
}
.terms-area .info-txt + * {
    margin-top: 2.4rem;
}
.terms-area .t-txt.fs-xs {
    font-size: 1.2rem;
    line-height: 1.9rem;
}
.terms-area .t-txt.bold {
    font-weight: 500;
}
.terms-area .em-underline {
    font-size: 1.6rem;
    font-weight: 700;
    color: #3b3fb5;
    text-decoration: underline;
    line-height: 2.5rem;
}
.terms-area .tc-date > li {
    font-size: 1.2rem;
}
.terms-area .tc-txt {
    font-size: 1.4rem;
}
