/* Custom Stylesheet */


/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

* {
    font-family: 'Noto Sans KR', sans-serif !important;
    font-weight: 550;
}


/* 페이지 전체 스크롤바 */

 ::-webkit-scrollbar {
    width: 8px;
    padding: 0;
}

::-webkit-scrollbar-track {
    background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
    background-color: #8b8b8b;
    border-radius: 10px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    width: 10px;
}

nav ul a,
nav .brand-logo {
    color: #fff;
}

p#license {
    line-height: 2rem;
}

h4 {
    font-weight: bold;
}


/* ul li{
    padding: 10px;
    font-weight: bold;
 } */

a {
    color: black;
}

.button-collapse {
    color: #26a69a;
}

.parallax-container {
    min-height: 380px;
    line-height: 0;
    height: auto;
    color: rgba(255, 255, 255, .9);
}

.parallax-container .section {
    width: 100%;
}

.icon-block {
    padding: 0 15px;
}

.icon-block .material-icons {
    font-size: inherit;
}

footer.page-footer {
    margin: 0;
}

.row1 {
    box-sizing: border-box;
    padding: 0 0.75rem;
    min-height: 1px;
}

.row1 .col1 .s121 {
    margin-left: auto;
}

.row1 .col1 .s121 .m121 {
    width: 100%;
    left: auto;
    right: auto;
    text-align: center;
}

nav ul a {
    font-size: 14px;
}

#serve-title {
    /* font-size: 15rem; */
    padding-left: 0;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 1.3rem;
    border-bottom: 1px solid #000;
}

#privacy {
    padding-left: 0;
    padding-top: 3rem;
    padding-bottom: 2rem;
    font-weight: bold;
}

#privacy-div {
    margin-bottom: 2rem;
    border: 1px solid #EFEFEF;
    border-radius: 1rem;
    padding: 1.2rem 1.8rem;
    font-size: 12px;
    font-weight: bold;
    color: #b4b4b4;
}

#privacy-scroll::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

#privacy-scroll::-webkit-scrollbar-thumb {
    background: #333333;
    border-radius: 10px;
}

#privacy-scroll::-webkit-scrollbar-track {
    background-color: #ECECEC;
    border-radius: 10px;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: auto;
}

.boardimg {
    max-height: 500px;
}

@media only screen and (max-width: 900px) {
    .boardimg {
        width: 100%;
        max-height: 500px;
    }
}