body {
    font-family: 'Noto Sans KR', sans-serif;
}

p {
    text-align: center;
}

a.card-link {
    color: #212529;
}

.logo {
    width: 150px;
}

.divider {
    width: 100%;
    display: block;
    height: 5rem;
}

.header {
    width: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
    min-height: 60vh;
    background-image: url('../img/asset1-80.jpg');
    background-size: cover;
    background-position: center top;
    position: relative;
}
.header-2 {
    width: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
    min-height: 60vh;
    background-image: url('../img/asset5-80.jpg');
    background-size: cover;
    background-position: center top;
    position: relative;
}

.header-3 {
    width: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
    min-height: 60vh;
    background-image: url('../img/asset6-80.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}

.menu {
    transform: translateY(-150%);
}

.menu a {
    color: white;
    font-size: 1.2rem;
}

.menu ul {
    list-style: none;
    text-align: left;
}

.menu li {
    float: right;
    margin: 0 10px;
    padding-left: 10px;
    border-left: 1px solid white;
}

.card-front {
    background-color: white;
    transform: translateY(-80px);
    margin-bottom: -30px;
    transition: all .2s ease;
}

.card-front:hover{
    transform: translateY(-80px) scale(1.05);
}

.card-front p {
    padding: 1rem;
}

span.card-title {
    font-size: 1.5rem;
    display: block;
    text-align: center;
    padding: 15px 0;
}

.balcon {
    position: absolute;
    color: white;
    bottom: 4rem;
    background-color: rgba(33, 52, 67, 0.8);
}

.blue-window {
    background-color: rgba(33, 52, 67, 1);
    height: 40vh;
    width: 100%;
}

.balcon span {
    padding-left: 4rem;
    padding-right: 4rem;
    display: block;
}

.balcon span:first-child {
    font-size: 2rem;
    font-weight: 700;
}

.balcon span:last-child {
    font-weight: 100;
}

span.gray-cube {
    display: block;
    width: 10rem;
    height: 10rem;
    background-color: rgba(153, 125, 97, 0.4);
    font-size: 1.8rem;
    font-weight: 700;
    padding: 2rem 0 0 2rem;
    color: #4d4d4d;
}

ul.vv-service-list {
    list-style: none;
    padding: 0 !important;
}

ul.vv-service-list li{
    line-height: 2;
}

ul.vv-service-list li::before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    background: lightgray;
}

/* FOOTER */

footer{
    background-color: rgba(33, 52, 67, 1);
    color: white;
}

footer .table th,
footer .table td{
    color: white;
    padding: 2px 5px;
    margin: 0;
    border-top:0;
}
footer a{
    color: white;
    text-decoration: none;
}

footer input,
footer textarea{
    width: 100%;
    margin-bottom: 10px;
    padding: 3px 6px;
}

footer input::placeholder,
footer textarea::placeholder{
    color: rgba(33, 52, 67, 1);
}

input[type='submit']{
    background-color: black;
    border: none;
    color: white;
    width: 150px;
    padding: 5px 10px;
    float: right;
}

span.submitForm{
    background-color: black;
    padding: 10px 15px;
    cursor: pointer;
}

.subfooter{
    background-color: rgba(153, 125, 97, 1);
    color: white;
}

@media all and (max-width: 767px){
    .menu li{
        margin: 0 ;
        padding: 0 5px;
        font-size: 1rem;
    }
}