@import "../fontface.css";

body {
    background: url('../../images/member/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.gb-web-guide-wrapper {
    background-color: #292c61;
    border-radius: 25px;
    border: 2px solid black;
    box-shadow: 0 0 0 3px #292c61, 0 0 0 6px #4c509f, 0 0 0 10px black;
}

/* GLOBAL */
.row, .form-control {
    margin: unset !important;
    padding: unset !important;
}
/* END GLOBAL */

/* DETAIL NEWS */
.gb-web-news-title {
    color: white;
    padding-left: 25px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 4rem;
    text-shadow: 0 0 40px black;
}

.gb-web-news-info {
    display: flex;
    gap: 2%;
    margin-top: 17px;
    justify-content: start;
}

.gb-web-news-cretime {
    padding-right: 21px;
    border-right: 1px solid white;
}

.gb-web-news-content {
    margin-top: 9px;
}

.gb-web-news-banner {
    display: block;
    width: 100%;
}

.gb-web-guide-wrapper {
    padding: 42px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.gb-web-news-detail {
    overflow: auto;
}

.gb-web-guide-content {
    padding-top: 4vw;
}

@media(max-width: 425px) {
    .gb-web-news-title {
        font-size: 2.2rem;
    }
}
/* DETAIL NEWS */

/* NAV */
.gb-web-nav {
    position: fixed;
}
/* END NAV */