body {
    background: transparent;
    word-break: keep-all;
}

.wow {
    visibility: hidden;
}

.page-title {
    background: transparent;
    margin: 0 !important;
    padding: 40px 0 0 !important;
}

#sct_location {
    opacity: 0;
}

.sec-2 .card-body {
    padding: 20px 20px;
}

.sec-2 .card:hover {
    border-color: var(--bs-teal);
    transition: border-color .2s ease-in-out;
}

/* ICON */

i.i_com {
    flex-shrink: 0;
    display: inline-block;
    /* margin: 0 10px 0 0; */
}

i.i_q1 {
    width: 20px;
    height: 20px;
    background: url(../img/ico_ch.png) no-repeat 0 0;
    background-size: 20px;
}

i.i_q2 {
    width: 20px;
    height: 20px;
    background: url(../img/ico_kakao.png) no-repeat 0 0;
    background-size: 20px;
}

.sec-quick .d-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 37.5px;
}

.sec-quick .d-grid > div {
    padding: 30px;
    border: 1px solid #2ec289;
    border-radius: 0.375rem;
}

.sec-quick .d-grid > div ul li {
    padding: 3px 0;
    font-size: 15px;
}

/* board */

#bo_v_con span {
    background-color: transparent !important;
}

#bo_v_con p span {
    background-color: transparent !important;
    color: inherit !important;
}

#bo_v_con p {
    background-color: transparent !important;
    color: inherit !important;
    text-align: left !important;
}

/* */

.ug-gallery-wrapper .ug-slider-wrapper {
    margin: 0 0 50px;
    background-color: #fff !important;
}

.ug-gallery-wrapper .ug-item-wrapper img {
    top: 0 !important;
}

.ug-slider-control,
.ug-canvas-pie {
    display: none !important;
}

.ug-slider-control.ug-arrow-left {
    display: block !important;
    top: 50% !important;
    margin-top: -15px !important;
}

.ug-slider-control.ug-arrow-right {
    display: block !important;
    top: 50% !important;
    margin-top: -15px !important;
}

/* 기타 */

@media screen and (max-width: 1024px) {

    .breadcrumb {
        display: none;
    }

}