@charset "utf-8";
/* 숫자가 작을수록 진한 색상 */

/* background */
.bg-theme01{
    background-color: #293341 !important;
}
.bg-theme02{
    background-color: #FFF !important;
}

.bg-disalbed01 {
    background-color: #693BF2 !important;
}
.bg-disalbed02{
    background-color: #F6F7F9 !important;
}

.bg-wh{
    background-color: #FFFFFF !important;
}


/* border */
.bd-theme01{
    border-color: #693BF2 !important;
}
/* font */
.fc-theme01{
    color: #693BF2 !important;
}
.ext-module-continue.fc-theme01{
    color: #0087FF !important;
}
.fc-theme02{
    color: #FFF !important;
}

.ax-body.frame-set #ax-frame-root .ax-frame-aside .aside-menu-item.aside-menu-item-label.opend span, .ax-body.frame-set #ax-frame-root .ax-frame-aside .aside-menu-item.aside-menu-item-label:hover span, .ax-body.frame-set #ax-frame-root .ax-frame-aside .aside-menu-item.aside-menu-item-label:active span{
	color: #693BF2 !important;
}
.ztree li a.curSelectedNode span, [data-z-tree] li a.curSelectedNode span{
    color: #693BF2 !important;
    font-weight: 400;
}
.contents a{
	color: #0087FF !important;
    text-decoration: underline;
    word-break: break-all;
}

header h1 .logo {
    margin-top: 7px !important;
    height: 16px !important;
    margin-right: 8px !important;
}

.contents iframe {
    width: 100%;
}

.ext-module-continue:last-child {
    display: none;
}

.gen-btn {
    background-color: white !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
    overflow: hidden;
    line-height: 20px;
    max-width: 100%;
    display: inline-block !important;
    padding-top: 4px !important;
    color: #693BF2 !important;
    border-color: #693BF2 !important;
    height: 28px;
    padding: 4px 6px;
    border-radius: 4px;
    border: 1px solid #ebecee;
    font-size: 12px;
    margin-left: 8px;
    margin-right: 8px;
    left: 0px;
    transform: none;
}

.messages .sep-message-button {
    text-align: left;
    margin: 6px 0px;
    padding-left: 44px;
}

.messages .sep-message-button span {
    display: inline-block;
    border: 1px solid #693BF2 !important;
    border-radius: 20px;
    padding: 12px 16px;
    color: #693BF2;
    background-color: #FFF;
    cursor: pointer;
}

.messages .sep-message-button span:hover {
    background: #693BF2;
    color: white;
}

.messages .sep-message-button.select span {
    background: #693BF2 !important;
    color: white !important;
}

.message.fold {
    padding-top: 4px !important;
}

.message.fold .header-wrap {
    display: none !important;
}

.ext-module-label{
	display: none !important;
}

main {
    min-height: calc(100vh - 56px);
}

.contents a[href ^= "https://soomgo.com"], .contents a[href ^= "javascript:void(0);"] {
    display: block;
    color: #1C242F !important;
    text-decoration: none;
    background: #EFF1F5;
    padding: 8px 16px;
    text-align: center;
    border-radius: 10px;
    font-weight: 600;
    margin: 12px 0px;
}