.logo>img[alt="logo"] {
    width: 122px;
}

.left-side .info .circle-text .icon {
    top: 54%;
    left: 52%;
    width: 134px;
}

.header-ca .serv h6 {
    word-break: keep-all;
}

.map-ca {
    overflow: hidden;
    height: 100%;
    width: 100%;
    margin-top: 10px;
}

.map-ca #map {
    width: 100%;
    height: 100%;
}

.item>h6>span {
    color: #808080;
    font-size: 14px;
}

.mtm-10 {
    margin-top: -10px;
}

.mtm-40 {
    margin-top: -40px;
}

.mtm-60 {
    margin-top: -60px;
}

.mtm-25p {
    margin-top: -25%;
}

.custom-alert {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    padding: 16px 20px;
    margin: 20px 0;
    font-size: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    border: 1px solid transparent;
    position: relative;
}

.custom-alert-success {
    background-color: #e6f7ee;
    color: #1e7e34;
    border-color: #c3e6cb;
}

.custom-alert-danger {
    background-color: #fdecea;
    color: #b02a37;
    border-color: #f5c6cb;
}

.custom-alert-close {
    background: none;
    border: none;
    font-size: 20px;
    line-height: 1;
    color: inherit;
    cursor: pointer;
}

/* 어드민 */
.catogry .title-widget {
    margin-bottom: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.catogry li {
    font-size: 15px;
    margin-bottom: 7px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 30px;
    color: #fff;
    transition: all .4s;
}

.catogry li a {
    display: block;
    width: 100%;
    padding: 10px 20px;
}

.catogry li:hover,
.catogry li.active {
    background: var(--main-color);
}

@media screen and (max-width: 992px) {
    .header-ca .map-ca {
        min-height: 200px;
    }

    .header-ca .serv .content {
        height: 200px;
    }

    .none-992 {
        display: none;
    }

    .w50p {
        width: 50%
    }

}

@media screen and (min-width: 691px) {
    .numbers-ca .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}