/* ===================================
    Crafto - Bisiness
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@font-face {
    font-family: "San Francisco";
    src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
}

/* variable */
:root {
    --main-color: #A939ED;
    --base-color: #A939ED;
    --dark-gray: #262b35;
    --medium-gray:#868d98;
    --primary-font:   "Pretendard Variable", -apple-system,'Be Vietnam', sans-serif;
    --alt-font:  -apple-system,  "Pretendard Variable",'Sora', sans-serif;
}
/* reset */
body { 
    font-size: 17px;
    line-height: 32px;
}
/* header */
header .navbar-brand img {
    max-height: 40px;
}
.navbar .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 900;
}
.sticky .header-transparent .header-button .btn {
    color: var(--white);
    border-color: var(--white);
}
.sticky .header-transparent .header-button .btn:hover {
    border-color: var(--dark-gray);
    color: var(--white);
    background:  var(--dark-gray);
}
header.sticky.sticky-active [data-header-hover="light"] .widget-text i {
    color: var(--white);
}
/* accordion style 02 */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    background-color: var(--dark-gray);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--white);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:hover a,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active a{
    opacity: .5;
}
/* bg color */
.bg-gradient-sherpa-blue-black {
    background-image: linear-gradient(to right top, #23248C, #22236D, #232348, #222226, #232323);
}
.bg-gradient-sherpa-black-blue {
    background-image: linear-gradient(to right top, #232323, #222226, #232348, #22236D, #23248C);
} 
/* bg transparent color */
.bg-base-color-transparent {
    background-color: rgba(87, 88, 214,.8);
}
/*  tabs style 05  */
.tab-style-05 .nav-tabs > li.nav-item {
    letter-spacing: -.5px;
}
/* accordion */
.accordion .accordion-item .accordion-header .accordion-title i {
    top: 52%;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {margin-bottom: 25px}

/*  progress bar style 01  */
.progress-bar-style-01 .progress .progress-bar-title {
    bottom: 15px;
}
/* page title */
.page-title-extra-large h1 {
    font-size: 4.7rem;
    line-height: 4.7rem;
}
/* separator line */
.separator-line-9px {
    height: 9px;
}
/* tag */
.tag-cloud a { 
    padding-top: 5px;
    padding-bottom: 9px;
}
/* blog comment */ 
.blog-comment li .btn-reply {
    padding-top: 5px;
    padding-bottom: 7px;
}
/* number pagination style 01 */
.pagination-style-01 .page-item .page-link {
    line-height: 42px;
}
.pagination-style-01 .page-item.active .page-link {
    background: var(--dark-gray);
    color: var(--white);
}
/* top right bottom left */
.bottom-minus-45px {
    bottom: -45px;
}
.right-minus-45px {
    right: -45px;
}
/* footer */
footer .footer-logo img {
    max-height: 26px;
}
footer ul li {
    margin-bottom: 0;
}
.footer-dark a:hover {
    color: var(--white);
}
/* model popup */
.mfp-bg {
    background: #000000;
    opacity: 0.7;
}
/* media query responsive */
@media (max-width: 1499px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 15px;
        padding-right: 15px;
    } 
}
@media (max-width: 1399px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 13px;
        padding-right: 13px;
    }
    .sticky-wrap.shadow-in {
        left: 35px;
    }
}
@media (max-width: 1300px) {
    .sticky-wrap.shadow-in {
        left: 10px;
    }
}
@media (max-width: 991px) {
    .header-transparent .header-button .btn {
        color: var(--dark-gray);
        border-color: var(--dark-gray);
    }
    .header-transparent .header-button .btn:hover {
        border-color: var(--dark-gray);
        color: var(--white);
        background:  var(--dark-gray);
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
        width: calc(100% + 30px) !important;
        margin-left: -15px;
        padding: 10px 45px;
        margin-bottom: 0;
        margin-right: -15px;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:last-child a {
        padding-bottom: 17px;
    }
}
@media (max-width: 767px) {
    p {
        margin-bottom: 20px;
    }
    .page-title-extra-large h1 {
        font-size: 40px;
        line-height: 46px;
    }
}

.text-main  {color: rgba(123, 57, 237, 1);}
.text-main2 {color: rgba(169, 57, 237, 1);}
.text-light {color :rgba(255, 255, 255, 0.7);}
.text-gray {color: rgba(160, 160, 160, 1);}

.chat-container { padding:50px 0; max-height:650px; height:650px; overflow-y :scroll; background: linear-gradient(to bottom, black, rgba(0,0,0 ,0.8));    box-shadow: inset 30px 100px 50px rgba(0, 0, 0, 0.5); position:relative !important;}

/* Chrome, Safari, Edge */
.chat-container::-webkit-scrollbar {
    display: none; /* 스크롤바 숨기기 */
}

/* Firefox */
.chat-container {
    scrollbar-width: none; /* Firefox에서 스크롤바 숨기기 */
}

.message {
    width: 30px; /* 초기 너비 */
    display: inline-block;
    margin-bottom: 15px;
    padding: 10px;

    border-radius: 8px;
    opacity: 0;
    transform: translateY(10px);

}

.message.show {
    opacity: 1;
    width: 100%; /* 최종 너비 */
    transform: translateY(0);
}

.received {text-align: right;
width:10px;}
.message-image { display: block;
    /* text-align: right; */
    /* position: static; */
    margin-left: auto; text-align:right; }
.a {
    background: #7B39ED;
    color: #fff;
    border-radius: 8px;
    padding: 20px;
    max-width: 80%;
    font-size: 14px;
    line-height: 22px;
    float: right;
    display: inline-block;
    transition: width 1s ease, opacity 0.9s ease, transform 0.9s ease;
    text-align: left !important;
    width: 30px; /* 초기 width */
    overflow: hidden; /* 콘텐츠가 잘리지 않게 처리 */
    opacity: 0; /* 초기에는 숨김 */
}

.message.show .a {
    width: auto; /* 2초 후 변경될 width */
    display:inline-block;
    opacity: 1;  /* 투명도 변경으로 표시 */
}


.b {background:#CECECE; color:#212121; border-radius: 8px; padding:20px; max-width:80%;  line-height:22px;  font-size:14px; flaot:left; display:inline-block;   transition: width 3s ease, opacity 0.9s ease, transform 0.9s ease;}
.a.show {
    width: auto; /* 2초 후 변경될 width */
    display:inline-block;
    opacity: 1; /* 콘텐츠가 보이도록 */
}


.header-icon2 {margin-top:0px;}

.mobile_navs li {height:40px !important;}

.chat-shadow {display:block; position:absolute;  top:0; left:0; z-index:8399!important; height:850px;  width:100%; }
@media(max-width:768px){
    .chat-container { padding:50px 0; max-height:650px; height:650px; overflow-y :scroll; background: linear-gradient(to top, black, rgba(0,0,0 ,0.8));    box-shadow: inset 30px 100px 50px rgba(0, 0, 0, 0.5); position:relative !important;}
    .chat-shadow {display:block; position:absolute;  top:50% !important; left:0; z-index:8399!important; height:470px;  width:100%;  }
    .header-icon2 {margin-top:-56px;}
}


@media (max-width: 767px) {
    header .navbar-expand-lg {
        padding-left: 0;
        height:56px;
        padding-right: 0;
    }


.main_bt_bg {background-color: rgba(123, 57, 237, 1) !important; color:#fff}