html{
    scroll-behavior: smooth;
}

body{
    font-family: 'Nanum Gothic', sans-serif;
}

p{
    margin: 0;
    margin-bottom: .3rem;
}

a{
    text-decoration: none;
    font-weight: 800;
    color: #000000;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

a:hover{
    color: #247bdf;
}

h1{
    font-weight: 800;
    text-decoration: overline #247bdf;
}

hr{
    width: 60%;
    color: #247bdf;
    opacity: 1;
}

.split{
    color: #c4c4c4;
    width: 85%;
}

hr:not([size]){
    height: 5px;
}

footer .col-12{
    background-color: #247bdf;
}

ul {
    display: table;
    margin: 0 auto;
  }

.navbar{
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.62); 
    box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.62);
}

.navbar-light .navbar-brand{
    color: #000000;
    font-weight: 600;
}

/*info*/
.main{
    background-color: #d2e1e2;
}

.intro{
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 30px;
}

h5{
    font-weight: 600;
}

.subinfo-col{
    background-color: #247bdf;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.subinfo{
    color: #ffffff;
}

.contact{
    background-color: #ffffff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    font-size: .9rem;
}

.contact h4{
    font-weight: 600;
}

.numdesk{
    display: inline;
}

.nummobholder{
    display: none;
}

@media (max-width: 768px){
    .numdesk{
        display: none;
    }

    .nummobholder{
        display: inline;
    }
}