:root{
    --font-color : #392210;
}
@font-face {
    font-family: 'NanumSquareNeo-Variable';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/NanumSquareNeo-Variable.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #fff;
}

* {
    cursor: url(/image/cursor.png), auto;
}

.log-img {
    width: 100px;
    height: 80px;
    margin-bottom: 12px;
}

::-webkit-scrollbar {
    display: none;
}

.tit{
    margin-top: 100px;
    font-size: 30px;
    color: #00264B;
    margin-left: 7vw;
    display: flex;
    flex-direction: column;
}

p {
    margin-top: 10px;
}

hr {
    border:0;
    width: 230px;
    margin: 0;
    height: 0.5px;
    background-color: var(--font-color);
}
.map {
    max-width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 45px;
}

@media screen and (max-width: 768px){
    .map {
        width: 100%;
    }

    .tit{
        font-size: 25px;
    }
    
    hr {
        width: 193px;
    }
}

@media screen and (max-width: 600px){
    .map {
        width: 100%;
    }

    .tit{
        font-size: 20px;
        margin-top: 80px;
    }
    
    hr {
        width: 156px;
    }
}