img {
    max-width: 100%;
}
.footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-copyright img {
    width: 200px;
    opacity: .8;
}

@media (max-width: 991px){
    .footer-copyright {
        flex-flow: column;
        font-size: 0.9em;
    }
    .footer-copyright div:first-child {
        margin-bottom: 2em;
    }
}

.board-view p {
    color: inherit!important;
    margin: 0!important;
    font-family: inherit!important;
    font-size: inherit!important;
    line-height: 2!important;
    /*margin-block-end: 2em!important;*/
    background: inherit!important;
}
.board-view span,
.board-view a {
    color: inherit!important;
    margin: inherit!important;
    font-family: inherit!important;
    /*font-size: inherit!important;*/
    line-height: inherit;!important;
    background: inherit!important;
}


.grid-guide {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 25px;
}
.grid-guide > a {
    display: block;
    height: 70px;
}
.grid-guide img {
    height: 46px;
    /*max-width: 100%;
    width: 100%;*/
}
.grid-guide > a {
    display: flex;
    width: 100%;
    overflow: hidden;
    align-items: center;
    padding: 0 15px 0 15px;
    border-radius: 10px;
    justify-content: space-between;
}
.grid-guide > a > .cont {
    background: #3e2723;
    width: 50px;
    color: #fae100;
    font-size: .9em;
    padding: 8px 0;
    line-height: 1.2em;
    border-radius: 5px;
    display: flex;
    justify-content: center;
}
.grid-guide > a > .nw-box {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
}
.grid-guide > a.grid-guide-1 > .nw-box {
    padding: 0 10px;
    font-size: .9em;
}
.grid-guide > a.grid-guide-2 > .nw-box > div:first-child {
    font-size: 0.8em;
}
.grid-guide > a.grid-guide-2 > .nw-box > div:last-child {
    font-weight: bold;
}
@media (max-width: 1199px){
    .grid-guide {
        grid-template-columns: 1fr 1fr;
    }
    .grid-guide {
        margin-top:-10px;
        margin-bottom: 15px;
    }
}
@media (max-width:767px) {
    .grid-guide {
        grid-template-columns: 1fr;
    }
}

.title-logo {
    display: flex;
    flex-flow: column;
    font-weight: bolder;
    align-items: unset;
    justify-content: center;
}
.title-logo span:first-child {
    font-size: 0.7em;
    letter-spacing: 0.3em;
}
.title-logo span:last-child {
    font-size: 2.6em;
    background: linear-gradient(to right, #333 25%, #e52700 25%, #e52700 50%, #333 50%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;
}
.offcanvas-start {
    width: auto;
}
.mobox {
    display: none;
}
.mobox a {
    display: block;
}
@media (max-width: 991px){
    .title-logo span:first-child {
        font-size: 0.3em;
        letter-spacing: -0.1em;
    }
    .title-logo span:last-child {
        font-size: 1.7em;
        line-height: 1.3em;
    }
    .offcanvas-start {
        width: 400px;
    }
    .mobox {
        position: relative;
        width: 100%;
        height: auto;
        padding: 0;
        margin-top: -15px;
        margin-bottom: 10px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
        text-align: center;
    }
}

.ebs-basic-in .ebs-basic .ebs-basic-item{
    max-height: 550px;
}
.board-view .board-view-subj {
    margin-top:0.8em;
}

.fx:after,.fx:before{z-index:-1;content:'';position:absolute;border-radius:10px}.fx{position:fixed;bottom:15px;left:0;right:0;margin:0 auto;width:130px;opacity:0;visibility:hidden;transform:translateY(15px);-webkit-transition:.2s linear;transition:.2s linear;animation:4s linear infinite wiggle}.fx.active-button{opacity:1;visibility:visible;transform:translateY(0)}.fx a{white-space: nowrap;background:#ffe812;display:flex;align-items:center;border-radius:8px;overflow:hidden;color:#000!important;font-size:1.2em;font-weight:700;justify-content:center;padding:3px 12px 3px 8px;line-height:0}@keyframes wiggle{0%,100%,18%,2%{transform:rotateZ(0)}3%{transform:rotateZ(-15deg)}6%{transform:rotateZ(10deg)}9%{transform:rotateZ(-10deg)}12%{transform:rotateZ(6deg)}15%{transform:rotateZ(-4deg)}}.fx:before{background:linear-gradient(45deg,red,#ff7300,#fffb00,#48ff00,#00ffd5,#002bff,#7a00ff,#ff00c8,red);top:-2px;left:-2px;background-size:400%;filter:blur(5px);width:calc(100% + 4px);height:calc(100% + 4px);animation:20s linear infinite glowing;opacity:0;transition:opacity .3s ease-in-out}.fx:active{color:#000}.fx:active:after{background:0 0}.fx:hover:before{opacity:1}.fx:after{width:100%;height:100%;background:#111;left:0;top:0}@keyframes glowing{0%,100%{background-position:0 0}50%{background-position:400% 0}}
.fx .q3{display: block;}
.fx .q4{display: none;font-weight: normal;}
@media (min-width: 1025px){
    .fx{animation: inherit;width: 150px;}
    .fx .q0{display: flex;justify-content: center;align-items: center;padding: 5px 0;white-space: nowrap;background: #ffe812;border-radius: 10px;font-size: 17px;}
    .fx .q1{padding-right: 3px;}
    .fx .q2{color: #000;}
    .fx .q3{display: none;}
    .fx .q4{display: block;}
}