/* 여기에 작업 또는 수정할 당신의 css style을 설정하세요. (customizations) */
.t-4{
    position: relative;
    top:4px;
}

.search-form {
    padding: 12px 52px 11px 110px;
    margin-top: -44px;
}
.search-form .search {
    position: relative;
    border-radius: 2px;
    box-shadow: 0 0 1px 0 #000;
    background-color: #fff;
    /* background: linear-gradient(#424243, #0e0e0e); */
}
.search-form .search .search__inp-box {
    height: 32px;
    background: url(/theme/eb4_basic/image/bg_search.png) repeat-x 0 0;
    background-size: 1px 32px;
    margin: 0 32px 0 4px;
    /* padding: 5px 5px 0; */
}
.search-form .search .search__inp-box input[type="text"] {
    width: 100%;
    height: 32px;
    border: 0;
}
.search-form .search .search__btn-box {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    /* background: url(/theme/eb4_basic/image/btn_mobile_ib.png) no-repeat right -297px; */
    background-size: 500px 500px;
    border: 1px solid #dedede;
    box-shadow: 0 0 1px 0 #000;
    background: linear-gradient(#757575, #343434);
    color: #fff;
    border: 0;
    border-radius: 0 2px 2px 0;
}
.main-slider {
    margin: 0; 
}


.navbar-toggler {
    padding: .4rem .55rem;
    border-radius: 2px;
    box-shadow: 0 0 1px 0 #000;
    background: linear-gradient(#757575, #343434);
    border: 0;
    color: #fff;
}
a.navbar-toggler {
    padding: .2rem .5rem;
}
.board-gallery .gallery-item .gallery-item-info h4 {
    /* -webkit-line-clamp: 1 !important; */
    display: block !important;
    /* -webkit-line-clamp: initial !important; */
    /* -webkit-box-orient: vertical !important; */
    white-space: nowrap;
    width: 90%;
}
.gallery-item-image-in .no-image {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    margin-top: -8px;
    color: #959595;
    font-size: .8125rem;
}

.headline-short h4 {
    font-size: 16px;
    font-weight: bold;
    /* margin: 0 0 20px; */
    margin: 0 0 10px;

}
.basic-body {
    padding: 15px 0;
}

@media (max-width: 576px) {
    .main-slider {
        margin: 0px -15px 0px;
    }
}
@media (max-width: 991px) {
    .basic-body {
        padding: 0 0 30px 0;
    }
    .header-title {
        padding: 6px 0;
    }
    .header-title-mobile-btn {
        padding: 5px 0 0 0;
        top:6px;
    }
    .header-wrap {
        background: linear-gradient(#424243, #0e0e0e);
        border-bottom: 2px solid #8d7de1;
    }
    .board-view .board-view-info {
        margin-top: 15px !important;
    }
    .board-view .board-view-subj {
        margin-top: 10px;
    }
    .title-logo {
        margin-left: 12px;
    }
    .footer-right-nav a{
        display: block;
        width: 100%;
    }
    .footer-right-nav a:first-child {
        margin-bottom: 10px;
    }
    .page-title-wrap {
        display: none;
    }
    .basic-body {
        padding: 0px 0;
    }
}

.footer-cont-info {
    display: none;
}
.board-view {
    margin-top : 12px;
}
.board-gallery .gallery-box-notice {
    border: solid 1px #757575 !important;
}
.board-info .float-end{
    /* display: none; */
}

/* JANG 추가 START */
.display-none {
    display: none;
}

/* JANG 추가 END */