mirror of
https://git.hmsn.ink/kospo/helptalk/api.git
synced 2026-03-20 07:43:33 +09:00
1462 lines
25 KiB
CSS
1462 lines
25 KiB
CSS
:root {
|
|
--falcon-top-nav-height: 4.3125rem;
|
|
scroll-behavior: smooth !important;
|
|
}
|
|
|
|
|
|
@font-face {
|
|
font-family: 'NotoSansKR';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url('http://talk.kospo.co.kr:3000/static/fonts/NotoSansKR-Regular.ttf') format('truetype');
|
|
}
|
|
|
|
* {
|
|
font-family: 'NotoSansKR', sans-serif !important;
|
|
}
|
|
|
|
.w-xxl-85 {
|
|
width: 85% !important;
|
|
}
|
|
|
|
.w-max-85 {
|
|
max-width: 85% !important;
|
|
}
|
|
|
|
.fs-xxl-11 {
|
|
font-size: 0.6944444444rem !important;
|
|
}
|
|
|
|
.fs-xxl-10 {
|
|
font-size: 0.8333333333rem !important;
|
|
}
|
|
|
|
#noti-permission-btn {
|
|
margin-left: 0.75rem;
|
|
background-color:white;
|
|
color:black;
|
|
border-radius:5px;
|
|
}
|
|
|
|
#myTab > .nav-item {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
|
|
#myTab > .nav-item.active i, #myTab > .nav-item.active label {
|
|
color: var(--falcon-purple);
|
|
}
|
|
|
|
.nav-link {
|
|
background: none !important;
|
|
color: #2c394b !important;
|
|
border: none !important;
|
|
}
|
|
|
|
.navbar button.nav-link{
|
|
height:44px;
|
|
}
|
|
|
|
.nav-link.active {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.nav-item {
|
|
border: none !important;
|
|
}
|
|
|
|
.card {
|
|
background-color: #fff !important;
|
|
border-radius: 15px !important;
|
|
}
|
|
|
|
.card.intro {
|
|
background-color: #9D8F8F !important;
|
|
}
|
|
|
|
.card-chat {
|
|
border-bottom-left-radius: 0px !important;
|
|
border-bottom-right-radius: 0px !important;
|
|
height:580px;
|
|
}
|
|
|
|
.chat-wrap-title {
|
|
font-size: var(--chat-tab-font-size);
|
|
}
|
|
|
|
.chat-wrap-title.pin:after {
|
|
content: '';
|
|
background: url(http://talk.kospo.co.kr:3000/static/image/pin-fill.svg);
|
|
display: inline-block;
|
|
margin-left: 3px;
|
|
width: 10px;
|
|
height: 9px;
|
|
background-size: cover;
|
|
}
|
|
|
|
.chat-body {
|
|
display: flex;
|
|
}
|
|
|
|
.chat-text {
|
|
background-color: rgb(248, 227, 227) !important;
|
|
padding: 10px;
|
|
border-radius: 15px;
|
|
margin-top: 0.8rem;
|
|
margin-bottom: 0.8rem;
|
|
margin-right: 1rem;
|
|
margin-left: 1rem;
|
|
}
|
|
|
|
#chat-inquiry {
|
|
background-color: var(--falcon-low-purple-hover);
|
|
color: white;
|
|
border-radius: 20px;
|
|
width: 90%;
|
|
}
|
|
|
|
|
|
#chat-inquiry:hover {
|
|
background-color: var(--falcon-low-purple-hover);
|
|
color: white;
|
|
}
|
|
|
|
.round-left {
|
|
border-bottom-left-radius: 5px !important;
|
|
-moz-border-radius-bottomleft: 5px !important;
|
|
-webkit-border-bottom-left-radius: 5px !important;
|
|
|
|
-moz-border-radius-topleft: 5px !important;
|
|
-webkit-border-top-left-radius: 5px !important;
|
|
border-top-left-radius: 5px !important;
|
|
}
|
|
|
|
.round-right {
|
|
border-bottom-right-radius: 5px !important;
|
|
-moz-border-radius-bottomright: 5px !important;
|
|
-webkit-border-bottom-right-radius: 5px !important;
|
|
|
|
-moz-border-radius-topright: 5px !important;
|
|
-webkit-border-top-right-radius: 5px !important;
|
|
border-top-right-radius: 5px !important;
|
|
}
|
|
|
|
.dropdown-item.active, .dropdown-item:active {
|
|
color: var(--bs-dropdown-link-active-color);
|
|
text-decoration: none;
|
|
background-color: var(--falcon-low-purple-hover);
|
|
}
|
|
|
|
.reg-date-wrap {
|
|
position: relative;
|
|
width: 40px;
|
|
}
|
|
|
|
.reg-date {
|
|
color: white;
|
|
font-size: 12px;
|
|
position: absolute;
|
|
bottom: 10px;
|
|
}
|
|
|
|
.reg-date.left {
|
|
left: 0;
|
|
}
|
|
|
|
.reg-date.right {
|
|
right: 0;
|
|
}
|
|
|
|
button {
|
|
border: none !important;
|
|
outline: none !important;
|
|
}
|
|
|
|
.tab-content {
|
|
-ms-overflow-style: none !important; /* IE and Edge */
|
|
scrollbar-width: none !important; /* Firefox */
|
|
}
|
|
|
|
.tab-content::-webkit-scrollbar {
|
|
display: none !important;
|
|
}
|
|
|
|
/* Icons */
|
|
.bi {
|
|
color: #fff;
|
|
font-size: 1.7em;
|
|
}
|
|
|
|
.bi:hover {
|
|
color: #D7D7D7;
|
|
font-size: 1.7em;
|
|
}
|
|
|
|
.room .person-thumb {
|
|
display: flex !important;
|
|
line-height: 40px;
|
|
}
|
|
|
|
.person-thumb > i {
|
|
font-size: 2.3em;
|
|
padding-right: 15px;
|
|
}
|
|
|
|
.person-thumb > i:hover {
|
|
color: #D7D7D7;
|
|
font-size: 2.3em;
|
|
}
|
|
|
|
.dot {
|
|
width: 10px;
|
|
height: 10px;
|
|
border-radius: 10px;
|
|
background-color: green;
|
|
margin-top: 15px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.position-left {
|
|
position: absolute;
|
|
left: 3px;
|
|
top: 5px;
|
|
}
|
|
|
|
.your {
|
|
justify-content: right;
|
|
gap: 10px;
|
|
}
|
|
|
|
.cus-show {
|
|
animation: fadeIn 0.5s;
|
|
animation-fill-mode: forwards;
|
|
}
|
|
|
|
.cus-loading-show {
|
|
/*animation: fadeIn 0.5s;*/
|
|
animation-fill-mode: forwards;
|
|
}
|
|
|
|
.cus-hide {
|
|
display: none;
|
|
animation: fadeOut 0.5s
|
|
}
|
|
|
|
.hide {
|
|
display: none;
|
|
}
|
|
|
|
|
|
.hide-08s {
|
|
display: none;
|
|
animation: fadeOut 0.8s
|
|
}
|
|
|
|
.bg-body-tertiary {
|
|
--falcon-bg-opacity: 1;
|
|
background-color: rgba(249, 250, 253, var(--falcon-bg-opacity)) !important;
|
|
}
|
|
|
|
.hover-actions .bi-gear-fill:before, .hover-actions .bi-download:before {
|
|
font-size: 14px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.bi-color-grey {
|
|
color: #ccc;
|
|
}
|
|
|
|
.bi-color-white {
|
|
color: #fff;
|
|
}
|
|
|
|
.bi-color-black {
|
|
color: #000;
|
|
}
|
|
|
|
.bi-color-low-purple {
|
|
color: var(--falcon-low-purple);
|
|
}
|
|
|
|
|
|
.chat-editor {
|
|
white-space: pre-line;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.chat-editor:hover {
|
|
overflow-y: auto;
|
|
}
|
|
|
|
/*.chat-editor::-webkit-scrollbar {*/
|
|
/* width: 5px;*/
|
|
/*}*/
|
|
/*.chat-editor::-webkit-scrollbar-track {*/
|
|
/* background-color: #ccc;*/
|
|
/*}*/
|
|
/*.chat-editor::-webkit-scrollbar-thumb {*/
|
|
/* background-color: var(--falcon-low-purple);*/
|
|
/*}*/
|
|
/*.chat-editor::-webkit-scrollbar-button {*/
|
|
/* display: none;*/
|
|
/*}*/
|
|
|
|
/* 커스텀 스크롤바 */
|
|
.simplebar-content {
|
|
display: block;
|
|
height: auto;
|
|
}
|
|
|
|
.simplebar-offset {
|
|
width:100%;
|
|
}
|
|
|
|
.simplebar-horizontal {
|
|
visibility: hidden !important;
|
|
}
|
|
|
|
/*캡쳐 스타일 */
|
|
#capture-video-container {
|
|
display: none;
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
z-index: 10;
|
|
}
|
|
|
|
#capture-selection {
|
|
position: absolute;
|
|
border: 1px dashed red;
|
|
display: none;
|
|
pointer-events: none;
|
|
}
|
|
|
|
/*message alertify*/
|
|
.alertify-notifier.ajs-bottom {
|
|
bottom: 0px;
|
|
}
|
|
|
|
.alertify-notifier.ajs-right {
|
|
right: -15px;
|
|
}
|
|
|
|
.ajs-message {
|
|
color: white !important;
|
|
border-radius: 15px;
|
|
|
|
}
|
|
|
|
.chat-floating-btn {
|
|
position: fixed;
|
|
right: 20px;
|
|
bottom: 20px;
|
|
z-index: 1000;
|
|
width:40px;
|
|
height:40px;
|
|
}
|
|
|
|
@media(min-resolution: 1.25dppx) {
|
|
.chat-floating {
|
|
height: 600px !important;
|
|
width: 365px !important;
|
|
}
|
|
|
|
.card-chat {
|
|
height: 540px !important;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.chat-floating-btn.active > .bi-msg-icon {
|
|
background-color: var(--chat-main-icon-hover);
|
|
}
|
|
|
|
.bi-msg-icon {
|
|
background-image: url(http://talk.kospo.co.kr:3000/static/image/msg-iconx40.svg);
|
|
background-size: cover;
|
|
width: 40px;
|
|
height: 40px;
|
|
display: inline-block;
|
|
border-radius: 20px;
|
|
background-color: var(--chat-main-icon);
|
|
box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.5);
|
|
position:relative;
|
|
}
|
|
|
|
|
|
.chat-empty {
|
|
/*background-image: url(http://talk.kospo.co.kr:3000/static/image/empty.svg);*/
|
|
/*background-size: cover;*/
|
|
display: inline-block;
|
|
height:100%;
|
|
width:100%;
|
|
margin:0px auto;
|
|
}
|
|
|
|
img[src='http://talk.kospo.co.kr:3000/static/image/empty.svg'] .empty-custom-color {
|
|
fill: var(--chat-main-icon-hover) !important;
|
|
}
|
|
|
|
.chat-options::selection {
|
|
outline: 0px;
|
|
border: 0px;
|
|
}
|
|
|
|
.chat-floating {
|
|
position: fixed !important;
|
|
right: 20px;
|
|
bottom: 85px;
|
|
width: 400px;
|
|
height: 640px;
|
|
overflow: auto;
|
|
border-radius: 20px;
|
|
background-color: #f6f6f6;
|
|
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
|
|
z-index: 4000;
|
|
|
|
}
|
|
|
|
.chat-list-badge {
|
|
position: absolute !important;
|
|
font-size: 10px;
|
|
text-align: center;
|
|
right: 15px;
|
|
top: 34px;
|
|
width: 20px;
|
|
height: 20px;
|
|
line-height: 16px;
|
|
color: white;
|
|
border-radius: 10px;
|
|
border: 2px solid #fff;
|
|
z-index: 100;
|
|
}
|
|
|
|
.chat-wrap-content {
|
|
font-size: var(--chat-tab-message-font-size);
|
|
font-weight: 400;
|
|
white-space: pre;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
width: 250px;
|
|
}
|
|
|
|
.chat-navbar {
|
|
background-color: var(--falcon-low-purple);
|
|
border-radius: 10px;
|
|
position: sticky;
|
|
height: 60px;
|
|
}
|
|
|
|
.chat-confirm-btn {
|
|
width: 145px;
|
|
background-color: var(--falcon-low-purple);
|
|
color: white;
|
|
border-radius: 15px;
|
|
padding: 5px 10px 5px 10px;
|
|
position: relative;
|
|
}
|
|
|
|
|
|
.chat-confirm-btn:hover {
|
|
background-color: var(--falcon-low-purple-hover);
|
|
color: white;
|
|
}
|
|
|
|
|
|
.chat-confirm-cancel {
|
|
width: 20px;
|
|
height: 20px;
|
|
position: absolute;
|
|
top: 11px;
|
|
right: 11px;
|
|
border-radius: 10px;
|
|
color: white;
|
|
background-color: var(--falcon-low-purple);
|
|
text-align: center;
|
|
line-height: 15px;
|
|
}
|
|
|
|
|
|
.chat-confirm-cancel:hover {
|
|
background-color: var(--falcon-low-purple-hover);
|
|
color: white;
|
|
}
|
|
|
|
.chat-confirm-title {
|
|
text-align: center;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.chat-delete-btn::after {
|
|
content: '';
|
|
width: 17px;
|
|
height: 17px;
|
|
margin-left: 11px;
|
|
position: absolute;
|
|
background-image: url(http://talk.kospo.co.kr:3000/static/image/box-arrow-right.svg);
|
|
background-size: cover;
|
|
display: inline-block;
|
|
right: 5px;
|
|
top: 7px;
|
|
}
|
|
|
|
|
|
.chat-image-upload-btn::after {
|
|
content: '';
|
|
width: 17px;
|
|
height: 17px;
|
|
margin-left: 11px;
|
|
position: absolute;
|
|
background-image: url(http://talk.kospo.co.kr:3000/static/image/file-earmark-image.svg);
|
|
background-size: cover;
|
|
display: inline-block;
|
|
right: 5px;
|
|
top: 7px;
|
|
}
|
|
|
|
.chat-file-upload-btn::after {
|
|
content: '';
|
|
width: 17px;
|
|
height: 17px;
|
|
margin-left: 11px;
|
|
position: absolute;
|
|
background-image: url(http://talk.kospo.co.kr:3000/static/image/file-earmark-text.svg);
|
|
background-size: cover;
|
|
display: inline-block;
|
|
right: 11px;
|
|
top: 7px;
|
|
}
|
|
|
|
.chat-clipboard-btn::after {
|
|
content: '';
|
|
width: 17px;
|
|
height: 17px;
|
|
margin-left: 11px;
|
|
position: absolute;
|
|
background-image: url(http://talk.kospo.co.kr:3000/static/image/upload.svg);
|
|
background-size: cover;
|
|
display: inline-block;
|
|
right: 11px;
|
|
top: 7px;
|
|
}
|
|
|
|
.chat-rating-btn::after {
|
|
content: '';
|
|
width: 17px;
|
|
height: 17px;
|
|
margin-left: 11px;
|
|
position: absolute;
|
|
background-image: url(http://talk.kospo.co.kr:3000/static/image/save.svg);
|
|
background-size: cover;
|
|
display: inline-block;
|
|
right: 11px;
|
|
top: 7px;
|
|
}
|
|
|
|
.chat-clipboard-img {
|
|
height: 230px;
|
|
border: 1px solid var(--falcon-gray-400);
|
|
border-radius: 10px;
|
|
object-fit: fill;
|
|
width: 100%;
|
|
}
|
|
|
|
.chat-confirm-fixed {
|
|
position: fixed;
|
|
width: 400px;
|
|
height: auto;
|
|
padding: 10px;
|
|
bottom: var(--chat-confirm-fixed-height);
|
|
}
|
|
|
|
|
|
.chat-confirm-wrapper {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0px;
|
|
background-color: rgba(204, 204, 204, 0.4);
|
|
z-index: 2000;
|
|
}
|
|
|
|
.ml-10 {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.chat-message.your.tail:after {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
top: 20px;
|
|
width: 0;
|
|
height: 0;
|
|
border: 10px solid transparent;
|
|
border-right-color: rgba(var(--falcon-gray-200-rgb), var(--falcon-bg-opacity));
|
|
border-left: 0;
|
|
border-top: 0;
|
|
margin-top: -2px;
|
|
margin-left: -8px;
|
|
}
|
|
|
|
.chat-message.mine a {
|
|
color:white;
|
|
display: block;
|
|
width:150px;
|
|
margin: 0px auto;
|
|
}
|
|
|
|
.chat-message.your a {
|
|
color:black;
|
|
display: block;
|
|
width: 150px;
|
|
margin: 0px auto;
|
|
}
|
|
|
|
.chat-message .btn-color {
|
|
color:white !important;
|
|
min-width:120px;
|
|
margin:5px;
|
|
font-size:15px;
|
|
text-align: center
|
|
}
|
|
|
|
.chat-message .detail-wrapper {
|
|
width: 100%;
|
|
padding: 10px;
|
|
}
|
|
|
|
.chat-avatar {
|
|
width: 38px;
|
|
height: 38px;
|
|
border-radius: 18px;
|
|
background-color: #A9E4FF;
|
|
text-align: center;
|
|
line-height: 38px;
|
|
font-size: 11px;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.chat-room-avatar {
|
|
width: 37px;
|
|
height: 37px;
|
|
border-radius: 10px;
|
|
background-color: #A9E4FF;
|
|
text-align: center;
|
|
line-height: 37px;
|
|
}
|
|
|
|
.mr-10 {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.chat-message.mine.tail:after {
|
|
content: '';
|
|
position: absolute;
|
|
right: 0;
|
|
top: 20px;
|
|
width: 0;
|
|
height: 0;
|
|
border: 10px solid transparent;
|
|
border-left-color: rgba(var(--falcon-primary-rgb), var(--falcon-bg-opacity));
|
|
border-right: 0;
|
|
border-top: 0;
|
|
margin-top: -2px;
|
|
margin-right: -8px;
|
|
}
|
|
|
|
.chat-message.mine {
|
|
text-align: left;
|
|
}
|
|
|
|
/*.chat-date::before {*/
|
|
/* content: url(../image/clock.svg);*/
|
|
/* display: inline-block;*/
|
|
/* padding-right:3px;*/
|
|
/* transform: translateY(1px);*/
|
|
/*}*/
|
|
.chat-date {
|
|
background-color: white !important;
|
|
}
|
|
|
|
.dot-typing {
|
|
position: relative;
|
|
left: -9999px;
|
|
width: 6px;
|
|
height: 6px;
|
|
border-radius: 3px;
|
|
background-color: #b8b7ff;
|
|
color: #b8b7ff;
|
|
box-shadow: 9986px 0 0 0 #b8b7ff, 9996px 0 0 0 #b8b7ff, 10006px 0 0 0 #b8b7ff;
|
|
animation: jump 1.5s linear infinite;
|
|
}
|
|
|
|
.message-preview {
|
|
position: absolute;
|
|
bottom: 60px;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 30px;
|
|
padding-left: 5%;
|
|
padding-right: 5%;
|
|
}
|
|
|
|
.message-preview .preview-wrap {
|
|
opacity: 1;
|
|
border: 1px solid #ebeef4;
|
|
color: white;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: var(--falcon-low-purple);
|
|
cursor: pointer;
|
|
border-radius: 15px;
|
|
padding-left: 15px;
|
|
|
|
}
|
|
|
|
.preview-wrap .msg {
|
|
white-space: pre;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
line-height: 28px;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
.preview-wrap .bottom-scroll-icon {
|
|
padding-right: 6px;
|
|
line-height: 25.5px;
|
|
font-size: 21px;
|
|
}
|
|
|
|
@keyframes jump {
|
|
0% {
|
|
box-shadow: 9986px 0 0 0 #b8b7ff, 9996px 0 0 0 #b8b7ff, 10006px 0 0 0 #b8b7ff;
|
|
}
|
|
16.667% {
|
|
box-shadow: 9986px -7px 0 0 #b8b7ff, 9996px 0 0 0 #b8b7ff, 10006px 0 0 0 #b8b7ff;
|
|
}
|
|
33.333% {
|
|
box-shadow: 9986px 0 0 0 #b8b7ff, 9996px -7px 0 0 #b8b7ff, 10006px 0 0 0 #b8b7ff;
|
|
}
|
|
50% {
|
|
box-shadow: 9986px 0 0 0 #b8b7ff, 9996px 0 0 0 #b8b7ff, 10006px -7px 0 0 #b8b7ff;
|
|
}
|
|
66.667% {
|
|
box-shadow: 9986px 0 0 0 #b8b7ff, 9996px 0 0 0 #b8b7ff, 10006px 0 0 0 #b8b7ff;
|
|
}
|
|
83.333% {
|
|
box-shadow: 9986px 0 0 0 #b8b7ff, 9996px 0 0 0 #b8b7ff, 10006px 0 0 0 #b8b7ff;
|
|
}
|
|
100% {
|
|
box-shadow: 9986px 0 0 0 #b8b7ff, 9996px 0 0 0 #b8b7ff, 10006px 0 0 0 #b8b7ff;
|
|
}
|
|
}
|
|
|
|
.stage {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: end;
|
|
position: relative;
|
|
height: 30px;
|
|
padding-left: 30px;
|
|
overflow: hidden
|
|
}
|
|
|
|
.stage.mine {
|
|
justify-content: end;
|
|
}
|
|
|
|
.stage.your {
|
|
justify-content: start;
|
|
}
|
|
|
|
.img-delete {
|
|
position: absolute;
|
|
top: 0px;
|
|
right: 0px;
|
|
width: 14px;
|
|
height: 14px;
|
|
border-radius: 7px;
|
|
cursor: pointer;
|
|
background-color: black;
|
|
color: white;
|
|
line-height: 7px;
|
|
text-align: center
|
|
}
|
|
|
|
.attach-a {
|
|
display: block;
|
|
position: relative;
|
|
cursor:pointer;
|
|
}
|
|
|
|
.attach-del {
|
|
opacity: 0.2;
|
|
position: absolute;
|
|
z-index: 3000;
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0px;
|
|
left: 0px;
|
|
background: #fff;
|
|
}
|
|
|
|
.uploading {
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 3003;
|
|
opacity: 0.5;
|
|
background-color: #cccccc;
|
|
color: black;
|
|
font-size: 30px;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|
|
|
|
.chat-gallery .uploading > div {
|
|
transform: translateY(40%);
|
|
height: 100%;
|
|
}
|
|
|
|
.chat-file .uploading > div {
|
|
transform: translateY(20%);
|
|
height: 100%;
|
|
}
|
|
|
|
.attach-a:before {
|
|
content: '';
|
|
display: block;
|
|
padding-top: 90%;
|
|
}
|
|
|
|
.attach-img {
|
|
position: absolute;;
|
|
top: 0;
|
|
left: 0;
|
|
height: 100%;
|
|
width: 100%;
|
|
object-fit: cover;
|
|
}
|
|
|
|
.attach-file {
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.chat-file-preview::-webkit-scrollbar {
|
|
height: 5px;
|
|
}
|
|
|
|
.chat-file-preview img {
|
|
padding-left: 2px;
|
|
padding-right: 2px;
|
|
width: 34px;
|
|
height: 30px;
|
|
}
|
|
|
|
.chat-file-preview {
|
|
height: 45px;
|
|
width: 100%;
|
|
}
|
|
|
|
.chat-file-wrapper {
|
|
display: flex;
|
|
}
|
|
|
|
|
|
#intro-title {
|
|
white-space: pre;
|
|
font-size: var(--default-font-size);
|
|
}
|
|
|
|
#intro-user, #intro-work {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.bi-sm {
|
|
font-size: 1.3em !important;
|
|
}
|
|
|
|
.bi-sm:hover {
|
|
font-size: 1.3em !important;
|
|
}
|
|
|
|
|
|
.bi-md {
|
|
font-size: 1.8em !important;
|
|
}
|
|
|
|
.bi-md:hover {
|
|
font-size: 1.8em !important;
|
|
}
|
|
|
|
|
|
.bi-lg {
|
|
font-size: 2.2em !important;
|
|
}
|
|
|
|
.bi-lg:hover {
|
|
font-size: 2.2em !important;
|
|
}
|
|
|
|
#manual-left, #manual-right {
|
|
line-height: 1.8em;
|
|
cursor: pointer;
|
|
}
|
|
|
|
video {
|
|
border-radius:5px;
|
|
}
|
|
|
|
#manual-video {
|
|
width: 100%;
|
|
}
|
|
|
|
#manual-video-back {
|
|
width: 30px;
|
|
height: 30px;
|
|
z-index: 3000;
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0px;
|
|
line-height: 30px;
|
|
/*background-color: #DCDCDC;*/
|
|
border-radius: 5px;
|
|
/*opacity: 0.7;*/
|
|
}
|
|
|
|
.mine .search-text {
|
|
font-weight: bold;
|
|
color: #FFFF68;
|
|
}
|
|
|
|
.your .search-text {
|
|
font-weight: bold;
|
|
color: blue;
|
|
}
|
|
|
|
#question {
|
|
font-size: var(--default-font-size);
|
|
}
|
|
|
|
|
|
#question .question {
|
|
padding-left: 18px;
|
|
padding-bottom:0.3rem;
|
|
margin-bottom: 0.5rem;
|
|
position: relative;
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
|
|
.question::before {
|
|
content: '';
|
|
width: 18px;
|
|
height: 18px;
|
|
top: 1px;
|
|
position: absolute;
|
|
left: -1px;
|
|
background-image: url(http://talk.kospo.co.kr:3000/static/image/question.svg);
|
|
background-size: cover;
|
|
}
|
|
|
|
#intro-online {
|
|
text-align: center;
|
|
display: flex;
|
|
justify-content: center;
|
|
--after-content: '지금은 바로 답변 받으실 수 있어요';
|
|
font-family: 'NotoSansKR', sans-serif !important;
|
|
--before-background: var(--falcon-success);
|
|
}
|
|
|
|
#intro-online.online::before {
|
|
content: '';
|
|
width: 8px;
|
|
height: 8px;
|
|
border-radius: 4px;
|
|
background-color: var(--before-background);
|
|
display: block;
|
|
margin-top: 7px;
|
|
margin-right: 4px;
|
|
}
|
|
|
|
#intro-online.online::after {
|
|
content: var(--after-content, '');
|
|
font-size: 12px;
|
|
margin-top: 2px;
|
|
}
|
|
|
|
#intro-online.offline::before {
|
|
content: '';
|
|
width: 8px;
|
|
height: 8px;
|
|
border-radius: 4px;
|
|
background-color: var(--falcon-secondary);
|
|
display: block;
|
|
margin-top: 7px;
|
|
margin-right: 4px;
|
|
}
|
|
|
|
#intro-online.offline::after {
|
|
content: '지금은 바로 답변이 어려워요! 확인 후 연락드릴게요';
|
|
font-family: 'NotoSansKR', sans-serif !important;
|
|
font-size: 12px;
|
|
margin-top: 2px;
|
|
}
|
|
|
|
.btn-play {
|
|
background-color: var(--falcon-gray-700);
|
|
color: white;
|
|
font-size: 12px;
|
|
height: 26px;
|
|
width: 46px;
|
|
border-radius: 13px;
|
|
transform: translateY(20%);
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.btn-play:hover {
|
|
background-color: var(--falcon-low-purple-hover);
|
|
color: white;
|
|
}
|
|
|
|
.search {
|
|
position: relative;
|
|
}
|
|
|
|
.search::after {
|
|
content: '';
|
|
width: 15px;
|
|
height: 15px;
|
|
position: absolute;
|
|
top: 7px;
|
|
right: 23px;
|
|
background-image: url(http://talk.kospo.co.kr:3000/static/image/search.svg);
|
|
background-size: cover;
|
|
}
|
|
|
|
.nav-item-label {
|
|
font-size: 12px;
|
|
color: white;
|
|
font-weight: bold;
|
|
position: absolute;
|
|
transform: translateX(-50%) translateY(50%);
|
|
left: 50%;
|
|
top: 53%;
|
|
}
|
|
|
|
.search-control {
|
|
height: 30px;
|
|
font-size: 14px;
|
|
border-radius: 14px;
|
|
}
|
|
|
|
.search-label {
|
|
line-height: 27px !important;
|
|
font-size: 15px !important;
|
|
}
|
|
|
|
.form-control:focus {
|
|
background-color: transparent;
|
|
border: var(--falcon-border-width) solid var(--falcon-gray-300);
|
|
box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0), 0 0 8px rgba(0, 0, 0, 0.0);
|
|
}
|
|
|
|
.input-group-text {
|
|
background-color: #B8B7FF;
|
|
color: white;
|
|
}
|
|
|
|
.input-group-divider.left {
|
|
border-left: 1px solid rgb(221, 221, 221);
|
|
width: 1px;
|
|
margin-top: 3px;
|
|
margin-bottom: 3px;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
|
|
.input-group-divider.right {
|
|
border-right: 1px solid rgb(221, 221, 221);
|
|
width: 1px;
|
|
margin-top: 3px;
|
|
margin-bottom: 3px;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.simplebar-offset {
|
|
bottom:0px !important;
|
|
}
|
|
|
|
#chat-content-header-sub {
|
|
padding: 3px 10px 5px 10px;
|
|
}
|
|
|
|
#chat-content-header-sub > .input-group {
|
|
background-color: #F2F2F8;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
#chat-search-text {
|
|
font-size: 14px;
|
|
flex: 1;
|
|
border: 0px;
|
|
background-color: transparent;
|
|
outline: none;
|
|
}
|
|
|
|
#chat-search-tot {
|
|
position: absolute;
|
|
left: 70%;
|
|
bottom: 5px;
|
|
z-index: 10;
|
|
}
|
|
|
|
#chat-search-tot:before {
|
|
content: attr(data-tot);
|
|
}
|
|
|
|
.chat-text-wrapper.mine {
|
|
text-align: end;
|
|
}
|
|
|
|
#chat-content-header-sub {
|
|
position: absolute;
|
|
z-index: 100;
|
|
width: 100%;
|
|
background-color: white;
|
|
border-bottom: 1px solid var(--falcon-border-color);
|
|
left: 16px;
|
|
top: 50px;
|
|
}
|
|
|
|
#chat-content-header-sub > div {
|
|
padding-left: 10px !important;
|
|
padding-right: 10px !important;
|
|
/*padding-top: 10px;*/
|
|
/*border-top: 1px solid var(--falcon-border-color);*/
|
|
}
|
|
|
|
.chat-content-custom-font-size {
|
|
font-size: var(--chat-content-custom-font-size);
|
|
}
|
|
|
|
.chat-split-message {
|
|
text-align: center;
|
|
padding: 11px;
|
|
}
|
|
|
|
.manual-header {
|
|
background-color: var(--falcon-low-purple);
|
|
border-radius: 8px;
|
|
color: white;
|
|
padding: 10px;
|
|
margin: 0px auto;
|
|
font-size: var(--chat-content-font-size);
|
|
font-weight: bold;
|
|
}
|
|
|
|
.manual-content {
|
|
gap: 15px;
|
|
background-color: #F5F5F5;
|
|
border-radius: 8px;
|
|
margin-bottom: 5px;
|
|
font-size: var(--chat-content-font-size);
|
|
}
|
|
|
|
|
|
.image-modal-close {
|
|
position: absolute;
|
|
right: 20px;
|
|
top: 20px;
|
|
opacity: 0.7;
|
|
background: transparent;
|
|
}
|
|
|
|
|
|
@keyframes fadeIn {
|
|
0% {
|
|
opacity: 0;
|
|
}
|
|
|
|
100% {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
|
|
@keyframes fadeOut {
|
|
0% {
|
|
opacity: 1;
|
|
}
|
|
|
|
100% {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
|
|
|
|
.bg-low-purple {
|
|
--bs-bg-opacity: 1;
|
|
background-color: var(--falcon-low-purple) !important;
|
|
}
|
|
|
|
.file-fade {
|
|
position: absolute;
|
|
width: 103%;
|
|
height: 100%;
|
|
z-index: 10000;
|
|
opacity: 0.3;
|
|
top: 0px;
|
|
left: 0px;
|
|
background-color: white;
|
|
}
|
|
|
|
.star-rate {
|
|
/*color:var(--falcon-gray-200);*/
|
|
color: red;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.star-rate span.ctrl {
|
|
position: absolute;
|
|
z-index: 1002;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.star-rate span.cont {
|
|
position: relative;
|
|
}
|
|
|
|
.star-rate.saved {
|
|
color: black;
|
|
}
|
|
|
|
.star-rate:hover {
|
|
color: var(--falcon-low-purple)
|
|
}
|
|
|
|
.star-rate.saved:hover {
|
|
color: orange;
|
|
}
|
|
|
|
.bi.bi-star {
|
|
color: #ccc;
|
|
}
|
|
|
|
.bi.bi-star-half, .bi.bi-star-fill {
|
|
color: var(--falcon-low-purple)
|
|
}
|
|
|
|
#review {
|
|
resize: none;
|
|
}
|
|
|
|
.nav-link i::before {
|
|
vertical-align: 0.1em;
|
|
}
|
|
|
|
.cus-tooltip::before {
|
|
content: attr(data-tooltip);
|
|
position: absolute;
|
|
top: 35px;
|
|
transform: translateX(80%);
|
|
border-radius: 3px;
|
|
visibility: hidden;
|
|
color: black;
|
|
background-color: white;
|
|
border: 1px solid #ACA9FF;
|
|
padding: 5px;
|
|
opacity: 0;
|
|
transition: all 0.3s ease;
|
|
z-index: 1000;
|
|
}
|
|
|
|
/*#work-sm-nm.cus-tooltip::before {*/
|
|
/* transform: translateX(50%) !important;*/
|
|
/*}*/
|
|
|
|
.cus-tooltip:hover::before {
|
|
opacity: 1;
|
|
visibility: visible;
|
|
}
|
|
|
|
.cus-tooltip.chat-inner-tooltip::before {
|
|
top: 9% !important;
|
|
transform: translateX(0%) !important;
|
|
}
|
|
|
|
.nav-link.active::after {
|
|
content: '';
|
|
border-bottom: 3px solid #fff;
|
|
width: 100%;
|
|
height: 3px;
|
|
position: absolute;
|
|
bottom: -10px;
|
|
left: 0px;
|
|
}
|
|
|
|
.text-ellipsis {
|
|
white-space: pre;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.server-error, .socket-error {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
top: 0px;
|
|
background: black;
|
|
opacity: 0.7;
|
|
color:white;
|
|
text-align: center;
|
|
z-index:6000;
|
|
}
|
|
|
|
.server-error-wrapper {
|
|
position: fixed;
|
|
width: 400px;
|
|
height: 640px;
|
|
}
|
|
|
|
.server-error-body {
|
|
top: 250px;
|
|
position: absolute;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
.chat-option-menu {
|
|
transform: translate(235px, 47px) !important;
|
|
}
|
|
|
|
#chat-option.dropdown-toggle::after {
|
|
display: inline-block;
|
|
margin-left: 0em !important;
|
|
vertical-align: 0em !important;
|
|
content: "";
|
|
border : 0px !important;
|
|
}
|
|
|
|
/*페이지 처리*/
|
|
.fx {
|
|
display:flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.fx-gap {
|
|
gap: 15px;
|
|
}
|
|
|
|
#question {
|
|
min-height:150px;
|
|
/*min-height:286px;*/
|
|
}
|
|
|
|
#question_pg {
|
|
padding-top: 10px;
|
|
width:auto;
|
|
height:auto;
|
|
margin:0 auto;
|
|
}
|
|
|
|
#question_pg .btn {
|
|
padding-right: 0px;
|
|
width:10px;
|
|
height:10px;
|
|
background-color: var(--falcon-gray-400);
|
|
border-radius: 10px;
|
|
cursor:pointer;
|
|
transition: all 0.3s ease-in-out;
|
|
}
|
|
|
|
#question_pg .btn.active {
|
|
padding-right: 0px;
|
|
width:30px;
|
|
background-color: var(--falcon-gray-500);
|
|
cursor:auto;
|
|
}
|
|
|
|
.question-pg-container {
|
|
min-height:175px;
|
|
/*min-height:230px;*/
|
|
}
|
|
|
|
.video-control {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width:100%;
|
|
height:100%;
|
|
z-index: 3000;
|
|
cursor:pointer;
|
|
}
|
|
|
|
.video-fullscreen {
|
|
position: absolute;
|
|
right: 10px;
|
|
bottom:10px;
|
|
}
|
|
|
|
#fullscreen-container {
|
|
position:absolute;
|
|
top:0;
|
|
left:0;
|
|
width:100%;
|
|
height:100%;
|
|
z-index: 3001;
|
|
}
|
|
|
|
#detail-container {
|
|
position: fixed;
|
|
z-index: 4000;
|
|
top: 0px;
|
|
left: 0px;
|
|
/*display: block;*/
|
|
width: 900px;
|
|
height:420px;
|
|
transform: translateX(50%) translateY(10%);
|
|
}
|
|
|
|
#detail-container iframe {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 5px;
|
|
box-shadow: 1px 3px 5px 3px rgb(0 0 0 / 50%);
|
|
}
|
|
|
|
#detail-container iframe::-webkit-scrollbar {
|
|
width:5px;
|
|
}
|
|
|
|
#detail-container iframe::-webkit-scrollbar-thumb {
|
|
border-radius:5px;
|
|
}
|
|
|
|
#detail-container iframe::-webkit-scrollbar-track {
|
|
border-radius:5px;
|
|
}
|
|
|
|
#detail-close {
|
|
position: absolute;
|
|
top: 5px;
|
|
right: 25px;
|
|
width: 20px;
|
|
height: 20px;
|
|
cursor:pointer;
|
|
}
|
|
|
|
.detail-btn {
|
|
cursor:pointer;
|
|
} |